- sendCampaign(Long) - Method in class io.getlime.push.client.PushServerClient
-
Send a specific campaign to users carrying this campaignID in PushCampaignUser model, but only once per device identified by token.
- sendPushMessage(Long, PushMessage) - Method in class io.getlime.push.client.PushServerClient
-
Send a single push message to application with given ID.
- sendPushMessageBatch(Long, List<PushMessage>) - Method in class io.getlime.push.client.PushServerClient
-
Send a push message batch to application with given ID.
- sendTestCampaign(Long, String) - Method in class io.getlime.push.client.PushServerClient
-
Send a campaign on test user for trying its correctness.
- setError(Error) - Method in exception io.getlime.push.client.PushServerClientException
-
- setServiceBaseUrl(String) - Method in class io.getlime.push.client.PushServerClient
-
Set the service base URL.