Package apple.avfoundation.enums
Class AVContentKeyRequestStatus
- java.lang.Object
-
- apple.avfoundation.enums.AVContentKeyRequestStatus
-
public final class AVContentKeyRequestStatus extends java.lang.Object[@constant] AVContentKeyRequestStatusRequestingResponse Indicates that the request has just been created. [@constant] AVContentKeyRequestStatusReceivedResponse Indicates that a response to a key reequest was received and key is in use. This does not indicate that the key is valid. [@constant] AVContentKeyRequestStatusRenewed Indicates that the key request was renewed. This does not indicate that the key is valid. [@constant] AVContentKeyRequestStatusRetried Indicates that the key request was retried. [@constant] AVContentKeyRequestStatusCancelled Indicates that the key request was cancelled. [@constant] AVContentKeyRequestStatusFailed Indicates that the request has encountered an error. See also the error property.
-
-
Field Summary
Fields Modifier and Type Field Description static longCancelledstatic longFailedstatic longReceivedResponsestatic longRenewedstatic longRequestingResponsestatic longRetried
-
-
-
Field Detail
-
RequestingResponse
public static final long RequestingResponse
- See Also:
- Constant Field Values
-
ReceivedResponse
public static final long ReceivedResponse
- See Also:
- Constant Field Values
-
Renewed
public static final long Renewed
- See Also:
- Constant Field Values
-
Retried
public static final long Retried
- See Also:
- Constant Field Values
-
Cancelled
public static final long Cancelled
- See Also:
- Constant Field Values
-
Failed
public static final long Failed
- See Also:
- Constant Field Values
-
-