-
- All Implemented Interfaces:
public interface PushPair
-
-
Method Summary
Modifier and Type Method Description abstract StringgetPushPayload()Opaque Sinch-specific payload to be sent with the push notification. abstract ByteArraygetPushData()Identifier for the specific device that should be woken up by the push notification. -
-
Method Detail
-
getPushPayload
abstract String getPushPayload()
Opaque Sinch-specific payload to be sent with the push notification.
-
getPushData
abstract ByteArray getPushData()
Identifier for the specific device that should be woken up by the push notification.
-
-
-
-