Interface: NotificationSettings

Properties

android

android: AndroidNotificationSettings

Overall notification settings for the application in android. On non-Android platforms, this will be populated with default values

authorizationStatus

authorizationStatus: AuthorizationStatus

Overall notification authorization status for the application. On Android, authorizationStatus will return only either AuthorizationStatus.DENIED or AuthorizationStatus.AUTHORIZED.

ios

ios: IOSNotificationSettings

Overall notification settings for the application in iOS. On non-iOS platforms, this will be populated with default values

web

web: WebNotificationSettings

Overall notification settings for the application in web. On non-Web platforms, this will be populated with default values