Class INSiriAuthorizationStatus


  • public final class INSiriAuthorizationStatus
    extends java.lang.Object
    INSiriAuthorizationStatus Discussion: Represents the current authorization state of the application.
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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