public final class AVAuthorizationStatus
extends java.lang.Object
Constants indicating the client's authorization to the underlying hardware supporting a media type.
[@constant] AVAuthorizationStatusNotDetermined Indicates that the user has not yet made a choice regarding whether the client can access the hardware. [@constant] AVAuthorizationStatusRestricted The client is not authorized to access the hardware for the media type. The user cannot change the client's status, possibly due to active restrictions such as parental controls being in place. [@constant] AVAuthorizationStatusDenied The user explicitly denied access to the hardware supporting a media type for the client. [@constant] AVAuthorizationStatusAuthorized The client is authorized to access the hardware supporting a media type.
| 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