Interface: NotificationSettings

Defined in: packages/react-native/src/types/Notification.ts:497

Properties

android

android: AndroidNotificationSettings

Defined in: packages/react-native/src/types/Notification.ts:512

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

authorizationStatus

authorizationStatus: AuthorizationStatus

Defined in: packages/react-native/src/types/Notification.ts:502

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

ios

ios: IOSNotificationSettings

Defined in: packages/react-native/src/types/Notification.ts:507

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

web

web: WebNotificationSettings

Defined in: packages/react-native/src/types/Notification.ts:517

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