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