Package apple.avfoundation.enums
Class AVAuthorizationStatus
- java.lang.Object
-
- apple.avfoundation.enums.AVAuthorizationStatus
-
public final class AVAuthorizationStatus extends java.lang.Object[@enum] AVAuthorizationStatus 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.
-
-
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
-
-