Package | Description |
---|---|
com.sinch.android.rtc |
Modifier and Type | Method and Description |
---|---|
static NotificationResult |
SinchHelpers.queryPushNotificationPayload(android.content.Context context,
java.util.Map<java.lang.String,java.lang.String> payload)
Method used to parse push payload and retrieve partially validated NotificationResult mainly to
provide a way to check custom public headers that came with push message before deciding how to
process the message and whether to start Sinch client at all.
|
NotificationResult |
SinchClient.relayRemotePushNotificationPayload(android.content.Intent intent)
Method used to forward the intent received from FCM.
|
NotificationResult |
SinchClient.relayRemotePushNotificationPayload(java.util.Map<java.lang.String,java.lang.String> payload)
Method used to forward the intent received from FCM.
|
NotificationResult |
SinchClient.relayRemotePushNotificationPayload(java.lang.String payload)
Method used to forward the Sinch specific payload extracted from an
incoming Google Cloud Messaging message.
|
Copyright 2016, Sinch AB