public final class CNAuthorizationStatus
extends java.lang.Object
| Modifier and Type | Field and 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.
|
public static final long NotDetermined
public static final long Restricted
public static final long Denied
public static final long Authorized