DrmInfoEventType 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 types and taken as a parameter of several types.
public enum DrmInfoEventType
type DrmInfoEventType =
- Inheritance
-
DrmInfoEventType
Fields
Name | Value | Description |
---|---|---|
AlreadyRegisteredByAnotherAccount | 1 | The registration has already been done by another account ID. |
RemoveRights | 2 | The rights need to be removed completely. |
RightsInstalled | 3 | The rights have been successfully downloaded and installed. |
WaitForRights | 4 | The rights object is being delivered to the device. |
AccountAlreadyRegistered | 5 | The registration has already been done for the given account. |
RightsRemoved | 6 | The rights have been removed. |
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.