Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationResult

The NotificationResult is used to indicate the result of a relayed push notification SinchClient.relayRemotePushNotification.

Hierarchy

  • NotificationResult

Index

Properties

callNotificationResult: CallNotificationResult

This method returns a CallNotificationResult.

returns

a CallNotificationResult

displayName?: string

The display name of the user calling or sending the message, if available. Only available when the complete Intent was forwarded to SinchClient.relayRemotePushNotification and if the display name was set on the sender side.

returns

String if available, otherwise undefined

Methods

  • isValid(): boolean
  • Indicates whether the push notification is valid.

    Returns boolean

    true if the push notification is valid, otherwise false.

Generated using TypeDoc