Package apple.eventkit.enums
Class EKAuthorizationStatus
- java.lang.Object
-
- apple.eventkit.enums.EKAuthorizationStatus
-
public final class EKAuthorizationStatus extends java.lang.Object[@enum] EKAuthorizationStatus 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longAuthorizedstatic longDeniedstatic longNotDeterminedstatic longRestricted
-
-
-
Field Detail
-
NotDetermined
public static final long NotDetermined
- See Also:
- Constant Field Values
-
Restricted
public static final long Restricted
- See Also:
- Constant Field Values
-
Denied
public static final long Denied
- See Also:
- Constant Field Values
-
Authorized
public static final long Authorized
- See Also:
- Constant Field Values
-
-