IOSPermissions
interface
An interface representing all the available permissions that can be requested by your app via
the requestPermission
API.
Properties
announcement
</>Request permission for Siri to automatically read out notification messages over AirPods.
announcement: undefined | false | true;
carPlay
</>Request permission to display notifications in a CarPlay environment.
carPlay: undefined | false | true;
provisional
</>Request permission to provisionally create non-interrupting notifications.
provisional: undefined | false | true;