The push payload.

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

Properties

alert?: string

The alert.

extras: JsonObject

The notification extras.

notificationId?: string

The notification ID.

subtitle?: string

The subtitle.

title?: string

The title.