Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationOptInStatusEvent

Event fired when the notification opt-in status changes.

Hierarchy

  • NotificationOptInStatusEvent

Index

Properties

Optional authorizedNotificationSettings

authorizedNotificationSettings: [AuthorizedNotificationSettingsIOS]

The authorized notification settings map. iOS only.

deprecated

Use authorizedSettings instead.

Optional authorizedSettings

authorizedSettings: [AuthorizedNotificationSetting]

The authorized notification settings. iOS only.

optIn

optIn: boolean

Whether the user is opted in to notifications.

Generated using TypeDoc