Package apple.contacts.enums
Class CNAuthorizationStatus
- java.lang.Object
-
- apple.contacts.enums.CNAuthorizationStatus
-
public final class CNAuthorizationStatus extends java.lang.ObjectThe authorization the user has given the application to access an entity type.
-
-
Field Summary
Fields Modifier and Type Field Description static longAuthorizedThe application is authorized to access contact data.static longDeniedThe user explicitly denied access to contact data for the application.static longNotDeterminedThe user has not yet made a choice regarding whether the application may access contact data.static longRestrictedThe application is not authorized to access contact data.
-
-
-
Field Detail
-
NotDetermined
public static final long NotDetermined
The user has not yet made a choice regarding whether the application may access contact data.- See Also:
- Constant Field Values
-
Restricted
public static final long Restricted
The application is not authorized to access contact 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
The user explicitly denied access to contact data for the application.- See Also:
- Constant Field Values
-
Authorized
public static final long Authorized
The application is authorized to access contact data.- See Also:
- Constant Field Values
-
-