public final class INSiriAuthorizationStatus
extends java.lang.Object
Discussion: Represents the current authorization state of the application.
| Modifier and Type | Field and Description |
|---|---|
static long |
Authorized
User has authorized this application to use Siri services.
|
static long |
Denied
User has explicitly denied authorization for this application, or
Siri services are disabled in Settings.
|
static long |
NotDetermined
User has not yet made a choice with regards to this application.
|
static long |
Restricted
This application is not authorized to use Siri services.
|
public static final long NotDetermined
public static final long Restricted
public static final long Denied
public static final long Authorized