RightsStatus
open classRightsStatus
kotlin.Any | |
↳ | android.drm.DrmStore.RightsStatus |
Defines status notifications for digital rights.
Summary
Constants | |
---|---|
static Int |
The digital rights have expired. |
static Int |
The digital rights are invalid. |
static Int |
The digital rights have not been acquired for the rights-protected content. |
static Int |
The digital rights are valid. |
Public constructors | |
---|---|
Constants
RIGHTS_EXPIRED
static valRIGHTS_EXPIRED: Int
Deprecated: Deprecated in Java.
The digital rights have expired.
Value: 2
RIGHTS_INVALID
static valRIGHTS_INVALID: Int
Deprecated: Deprecated in Java.
The digital rights are invalid.
Value: 1
RIGHTS_NOT_ACQUIRED
static valRIGHTS_NOT_ACQUIRED: Int
Deprecated: Deprecated in Java.
The digital rights have not been acquired for the rights-protected content.
Value: 3
RIGHTS_VALID
static valRIGHTS_VALID: Int
Deprecated: Deprecated in Java.
The digital rights are valid.
Value: 0
Public constructors
RightsStatus
RightsStatus()
Deprecated: This class should have been an interface instead. The default constuctor should have not been exposed.