Interface PushNotificationStatusChangedEvent

Event fired when the notification status changes.

interface PushNotificationStatusChangedEvent {
    status: PushNotificationStatus;
}

Properties

Properties

The push notification status.