Package apple.assetslibrary.enums
Class ALAuthorizationStatus
- java.lang.Object
-
- apple.assetslibrary.enums.ALAuthorizationStatus
-
public final class ALAuthorizationStatus extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAuthorizedUser has authorized this application to access photos data.static longDeniedUser has explicitly denied this application access to photos data.static longNotDeterminedUser has not yet made a choice with regards to this applicationstatic longRestrictedThis application is not authorized to access photo data.
-
-
-
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
-
-