public final class PHAuthorizationStatus
extends java.lang.Object
| Modifier and Type | Field and 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 |
Limited
User has authorized this application for limited photo library access.
|
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.
|
public static final long NotDetermined
public static final long Restricted
public static final long Denied
public static final long Authorized
public static final long Limited