Package apple.intents.enums
Class INSiriAuthorizationStatus
- java.lang.Object
-
- apple.intents.enums.INSiriAuthorizationStatus
-
public final class INSiriAuthorizationStatus extends java.lang.ObjectINSiriAuthorizationStatus Discussion: Represents the current authorization state of the application.
-
-
Field Summary
Fields Modifier and Type Field Description static longAuthorizedUser has authorized this application to use Siri services.static longDeniedUser has explicitly denied authorization for this application, or Siri services are disabled in Settings.static longNotDeterminedUser has not yet made a choice with regards to this application.static longRestrictedThis application is not authorized to use Siri services.
-
-
-
Field Detail
-
NotDetermined
public static final long NotDetermined
User has not yet made a choice with regards to this application.- See Also:
- Constant Field Values
-
Restricted
public static final long Restricted
This application is not authorized to use Siri services. Due to active restrictions on Siri services, the user cannot change this status, and may not have personally denied authorization.- See Also:
- Constant Field Values
-
Denied
public static final long Denied
User has explicitly denied authorization for this application, or Siri services are disabled in Settings.- See Also:
- Constant Field Values
-
Authorized
public static final long Authorized
User has authorized this application to use Siri services.- See Also:
- Constant Field Values
-
-