INSiriAuthorizationStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
NotDetermined | 0 | The user has not yet interacted with the permissions dialog. |
Restricted | 1 | The Intent is restricted due to general restrictions on Siri. |
Denied | 2 | The user has denied permission. |
Authorized | 3 | The user has granted the Intent its permissions. |