Class ALAuthorizationStatus


  • public final class ALAuthorizationStatus
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Authorized
      User has authorized this application to access photos data.
      static long Denied
      User has explicitly denied this application access to photos data.
      static long NotDetermined
      User has not yet made a choice with regards to this application
      static long Restricted
      This application is not authorized to access photo 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
        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 access photo 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
        User has explicitly denied this application access to photos data.
        See Also:
        Constant Field Values
      • Authorized

        public static final long Authorized
        User has authorized this application to access photos data.
        See Also:
        Constant Field Values