Summer '26 (API version 67.0)
public void send(String application, Set<String> users)
Type: String
The connected app API name. This corresponds to the mobile client app the notification should be sent to.
Type: Set
A set of user IDs that correspond to the users the notification should be sent to.
See the Push Notification Example.