java.lang.Object | |
↳ | android.drm.DrmStore.RightsStatus |
Defines status notifications for digital rights.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | RIGHTS_EXPIRED | The digital rights have expired. | |||||||||
int | RIGHTS_INVALID | The digital rights are invalid. | |||||||||
int | RIGHTS_NOT_ACQUIRED | The digital rights have not been acquired for the rights-protected content. | |||||||||
int | RIGHTS_VALID | The digital rights are valid. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor was deprecated
in API level 16.
This class should have been an interface instead.
The default constuctor should have not been exposed.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The digital rights have expired.
The digital rights are invalid.
The digital rights have not been acquired for the rights-protected content.
The digital rights are valid.
This constructor was deprecated
in API level 16.
This class should have been an interface instead.
The default constuctor should have not been exposed.