public final class CMAuthorizationStatus
extends java.lang.Object
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.
| 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