public interface NotificationResult
SinchClient.relayRemotePushNotificationPayload(java.lang.String)
).Modifier and Type | Method and Description |
---|---|
CallNotificationResult |
getCallResult()
If the push notification is call related (
isCall() is true),
this method returns a CallNotificationResult. |
java.lang.String |
getDisplayName()
The display name of the user calling or sending the message, if available.
|
boolean |
isCall()
Indicates whether the push notification is call related.
|
boolean |
isValid()
Indicates whether the push notification is valid.
|
boolean isValid()
boolean isCall()
java.lang.String getDisplayName()
Intent
was forwarded to SinchClient.relayRemotePushNotificationPayload(Intent)
and if the display name was set on the sender side.CallNotificationResult getCallResult()
isCall()
is true),
this method returns a CallNotificationResult.Copyright 2016, Sinch AB