DrmStoreActionCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several methods of DrmStoreActionCode and taken as a parameter of several methods of DrmManagerClient.
public enum DrmStoreActionCode
type DrmStoreActionCode =
- Inheritance
-
DrmStoreActionCode
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default action. |
Play | 1 | The rights-protected content can be played. |
Ringtone | 2 | The rights-protected content can be set as a ringtone. |
Transfer | 3 | The rights-protected content can be transferred. |
Output | 4 | The rights-protected content can be set as output. |
Preview | 5 | The rights-protected content can be previewed. |
Execute | 6 | The rights-protected content can be executed. |
Display | 7 | The rights-protected content can be displayed. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.