Uses of Interface
com.sinch.android.rtc.NotificationResult
-
Packages that use NotificationResult Package Description com.sinch.android.rtc -
-
Uses of NotificationResult in com.sinch.android.rtc
Methods in com.sinch.android.rtc that return NotificationResult Modifier and Type Method 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.lang.String payload)
Method used to forward the Sinch specific payload extracted from an incoming Google Cloud Messaging message.NotificationResult
SinchClient. relayRemotePushNotificationPayload(java.util.Map<java.lang.String,java.lang.String> payload)
Method used to forward the intent received from FCM.
-