@Deprecated
public final class ABAuthorizationStatus
extends java.lang.Object
kABAuthorizationStatusNotDetermined The user has not yet made a choice regarding whether this app can access the data class.
kABAuthorizationStatusRestricted This application is not authorized to access the data class. The user cannot change this application’s status, possibly due to active restrictions such as parental controls being in place.
kABAuthorizationStatusDenied The user explicitly denied access to the data class for this application.
kABAuthorizationStatusAuthorized This application is authorized to access the data class.
| Modifier and Type | Field and Description |
|---|---|
static long |
Authorized
Deprecated.
|
static long |
Denied
Deprecated.
|
static long |
NotDetermined
Deprecated.
|
static long |
Restricted
Deprecated.
|
@Deprecated public static final long NotDetermined
@Deprecated public static final long Restricted
@Deprecated public static final long Denied
@Deprecated public static final long Authorized