@ua/react-native-airship
    Preparing search index...

    Interface PushPayload

    The push payload.

    interface PushPayload {
        alert?: string;
        extras: JsonObject;
        notificationId?: string;
        subtitle?: string;
        title?: string;
    }
    Index

    Properties

    alert?: string

    The alert.

    extras: JsonObject

    The notification extras.

    notificationId?: string

    The notification ID.

    subtitle?: string

    The subtitle.

    title?: string

    The title.