Action
open classAction
kotlin.Any | |
↳ | android.drm.DrmStore.Action |
Defines actions that can be performed on rights-protected content.
Summary
Constants | |
---|---|
static Int |
The default action. |
static Int |
The rights-protected content can be displayed. |
static Int |
The rights-protected content can be executed. |
static Int |
The rights-protected content can be set as output. |
static Int |
The rights-protected content can be played. |
static Int |
The rights-protected content can be previewed. |
static Int |
The rights-protected content can be set as a ringtone. |
static Int |
The rights-protected content can be transferred. |
Public constructors | |
---|---|
Action() |
Constants
DEFAULT
static valDEFAULT: Int
Deprecated: Deprecated in Java.
The default action.
Value: 0
DISPLAY
static valDISPLAY: Int
Deprecated: Deprecated in Java.
The rights-protected content can be displayed.
Value: 7
EXECUTE
static valEXECUTE: Int
Deprecated: Deprecated in Java.
The rights-protected content can be executed.
Value: 6
OUTPUT
static valOUTPUT: Int
Deprecated: Deprecated in Java.
The rights-protected content can be set as output.
Value: 4
PLAY
static valPLAY: Int
Deprecated: Deprecated in Java.
The rights-protected content can be played.
Value: 1
PREVIEW
static valPREVIEW: Int
Deprecated: Deprecated in Java.
The rights-protected content can be previewed.
Value: 5
RINGTONE
static valRINGTONE: Int
Deprecated: Deprecated in Java.
The rights-protected content can be set as a ringtone.
Value: 2
TRANSFER
static valTRANSFER: Int
Deprecated: Deprecated in Java.
The rights-protected content can be transferred.
Value: 3
Public constructors
Action
Action()
Deprecated: This class should have been an interface instead. The default constuctor should have not been exposed.