INSiriAuthorizationStatus Enum

Definition

Enumerates the authorization of the developer's Intent.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INSiriAuthorizationStatus
type INSiriAuthorizationStatus = 
Inheritance
INSiriAuthorizationStatus
Attributes

Fields

Authorized 3

The user has granted the Intent its permissions.

Denied 2

The user has denied permission.

NotDetermined 0

The user has not yet interacted with the permissions dialog.

Restricted 1

The Intent is restricted due to general restrictions on Siri.

Applies to