Bridge SDK
    Preparing search index...

    Interface PushNotification

    interface PushNotification {
        openOnClick?: boolean;
        text: string;
    }
    Index

    Properties

    Properties

    openOnClick?: boolean

    Open associated application when notification is clicked. (Default: true)

    text: string

    Text to display in notification