Enumeration: EKAuthorizationStatus
Overview
Indicates the current authorization status for a specific entity type.
Constant Summary
- EKAuthorizationStatusNotDetermined
The user has not yet made a choice regarding whether the app may access the service.available in ios 6.0 and later.declared in ekeventstore.h.
- EKAuthorizationStatusRestricted
The app is not authorized to access the service. the user cannot change this app’s authorization status, possibly due to active restrictions such as parental controls being in place.available in ios 6.0 and later.declared in ekeventstore.h.
- EKAuthorizationStatusDenied
The user explicitly denied access to the service for the app.available in ios 6.0 and later.declared in ekeventstore.h.
- EKAuthorizationStatusAuthorized
The app is authorized to access the service.available in ios 6.0 and later.declared in ekeventstore.h.