@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?
optional
announcement:boolean
Request permission for Siri to automatically read out notification messages over AirPods.
Defaults to false.
badge?
optional
badge:boolean
Request permission to update the application badge.
Defaults to true.
carPlay?
optional
carPlay:boolean
Request permission to display notifications in a CarPlay environment.
Defaults to true.
criticalAlert?
optional
criticalAlert:boolean
Request permission to display critical notifications.
View the Critical Notifications documentation for more information and usage examples.
Defaults to false.