SinchPush

object SinchPush

SinchPush object provides methods for accessing Push Notifications functionalities.

Functions

Link copied to clipboard

Inspects the push payload to decide if it contains valid CallNotificationResult data.

Link copied to clipboard

Method used to parse push payload and retrieve CallNotificationResult mainly to provide a way to check initial call information that came with the push message before deciding how to process it and whether to forward it to SinchClient.relayRemotePushNotification.

Link copied to clipboard
fun setPayloadResultMapper(pushPayloadResultMapper: PushPayloadResultMapper)