Jump to top

IOSPermissions

interface

An interface representing all the available permissions that can be requested by your app via the requestPermission API.

Properties

alert

</>

Request permission to display alerts.

alert: undefined | false | true;

announcement

</>

Request permission for Siri to automatically read out notification messages over AirPods.

announcement: undefined | false | true;

badge

</>

Request permission to update the application badge.

badge: undefined | false | true;

carPlay

</>

Request permission to display notifications in a CarPlay environment.

carPlay: undefined | false | true;

criticalAlert

</>

Request permission for critical alerts.

criticalAlert: undefined | false | true;

providesAppNotificationSettings

</>

Request permission to display a button for in-app notification settings.

providesAppNotificationSettings: undefined | false | true;

provisional

</>

Request permission to provisionally create non-interrupting notifications.

provisional: undefined | false | true;

sound

</>

Request permission to play sounds.

sound: undefined | false | true;