| Modifier and Type | Method and Description |
|---|---|
boolean |
PushServerClient.registerDevice(Long appId,
String token,
MobilePlatform platform)
Register anonymous device to the push server.
|
boolean |
PushServerClient.registerDevice(Long appId,
String token,
MobilePlatform platform,
String activationId)
Register device associated with activation ID to the push server.
|
io.getlime.core.rest.model.base.response.ObjectResponse<PushSendResult> |
PushServerClient.sendNotification(Long appId,
PushMessage pushMessage)
Send a single push message to application with given ID.
|
io.getlime.core.rest.model.base.response.ObjectResponse<PushSendResult> |
PushServerClient.sendNotificationBatch(Long appId,
List<PushMessage> batch)
Send a push message batch to application with given ID.
|
Copyright © 2016–2017 Lime - HighTech Solutions Inc.. All rights reserved.