public final class EKAuthorizationStatus
extends java.lang.Object
This enumerated type is used to indicate the currently granted authorization status for a specific entity type. [@constant] EKAuthorizationStatusNotDetermined The user has not yet made a choice regarding whether this application may access the service. [@constant] EKAuthorizationStatusRestricted This application is not authorized to access the service. The user cannot change this application’s status, possibly due to active restrictions such as parental controls being in place. [@constant] EKAuthorizationStatusDenied The user explicitly denied access to the service for this application. [@constant] EKAuthorizationStatusAuthorized This application is authorized to access the service.
| Modifier and Type | Field and Description |
|---|---|
static long |
Authorized |
static long |
Denied |
static long |
NotDetermined |
static long |
Restricted |
public static final long NotDetermined
public static final long Restricted
public static final long Denied
public static final long Authorized