Package apple.coremotion.enums
Class CMAuthorizationStatus
- java.lang.Object
-
- apple.coremotion.enums.CMAuthorizationStatus
-
public final class CMAuthorizationStatus extends java.lang.ObjectCMAuthorizationStatus Discussion: Represents the current motion authorization state. CMAuthorizationStatusNotDetermined when the user has not been prompted yet. CMAuthorizationStatusRestricted when access is denied due to system-wide restrictions. CMAuthorizationStatusDenied when access is denied by the user. CMAuthorizationStatusAuthorized when access is authorized by the user.
-
-
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
-
-