sinch-rtc
    Preparing search index...

    Interface NotificationResult

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

    interface NotificationResult {
        callNotificationResult: CallNotificationResult;
        displayName?: string;
        isValid(): boolean;
    }
    Index

    Properties

    callNotificationResult: CallNotificationResult

    This method returns a CallNotificationResult.

    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.

    String if available, otherwise undefined

    Methods

    • Indicates whether the push notification is valid.

      Returns boolean

      true if the push notification is valid, otherwise false.