Class CNAuthorizationStatus


  • public final class CNAuthorizationStatus
    extends java.lang.Object
    The authorization the user has given the application to access an entity type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Authorized
      The application is authorized to access contact data.
      static long Denied
      The user explicitly denied access to contact data for the application.
      static long NotDetermined
      The user has not yet made a choice regarding whether the application may access contact data.
      static long Restricted
      The application is not authorized to access contact data.
    • 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
        The user has not yet made a choice regarding whether the application may access contact data.
        See Also:
        Constant Field Values
      • Restricted

        public static final long Restricted
        The application is not authorized to access contact data. The user cannot change this application’s status, possibly due to active restrictions such as parental controls being in place.
        See Also:
        Constant Field Values
      • Denied

        public static final long Denied
        The user explicitly denied access to contact data for the application.
        See Also:
        Constant Field Values
      • Authorized

        public static final long Authorized
        The application is authorized to access contact data.
        See Also:
        Constant Field Values