@notifee/react-native / IOSNotificationPermissions
Interface: IOSNotificationPermissions
An interface representing all the available permissions that can be requested by your app via
the requestPermission API.
View the Permissions to learn more.
announcement?
optionalannouncement:boolean
Request permission for Siri to automatically read out notification messages over AirPods.
Defaults to false.
badge?
optionalbadge:boolean
Request permission to update the application badge.
Defaults to true.
carPlay?
optionalcarPlay:boolean
Request permission to display notifications in a CarPlay environment.
Defaults to true.
criticalAlert?
optionalcriticalAlert:boolean
Request permission to display critical notifications.
View the Critical Notifications documentation for more information and usage examples.
Defaults to false.
