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: 0DISPLAY
static valDISPLAY: Int
Deprecated: Deprecated in Java.
The rights-protected content can be displayed.
Value: 7EXECUTE
static valEXECUTE: Int
Deprecated: Deprecated in Java.
The rights-protected content can be executed.
Value: 6OUTPUT
static valOUTPUT: Int
Deprecated: Deprecated in Java.
The rights-protected content can be set as output.
Value: 4PLAY
static valPLAY: Int
Deprecated: Deprecated in Java.
The rights-protected content can be played.
Value: 1PREVIEW
static valPREVIEW: Int
Deprecated: Deprecated in Java.
The rights-protected content can be previewed.
Value: 5RINGTONE
static valRINGTONE: Int
Deprecated: Deprecated in Java.
The rights-protected content can be set as a ringtone.
Value: 2TRANSFER
static valTRANSFER: Int
Deprecated: Deprecated in Java.
The rights-protected content can be transferred.
Value: 3Public constructors
Action
Action()
Deprecated: This class should have been an interface instead. The default constuctor should have not been exposed.