Most visited

Recently visited

Added in API level 11

DrmStore.RightsStatus

public static class DrmStore.RightsStatus
extends Object

java.lang.Object
   ↳ android.drm.DrmStore.RightsStatus


Defines status notifications for digital rights.

Summary

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

DrmStore.RightsStatus()

This constructor was deprecated in API level 16. This class should have been an interface instead. The default constuctor should have not been exposed.

Inherited methods

From class java.lang.Object

Constants

RIGHTS_EXPIRED

Added in API level 11
int RIGHTS_EXPIRED

The digital rights have expired.

Constant Value: 2 (0x00000002)

RIGHTS_INVALID

Added in API level 11
int RIGHTS_INVALID

The digital rights are invalid.

Constant Value: 1 (0x00000001)

RIGHTS_NOT_ACQUIRED

Added in API level 11
int RIGHTS_NOT_ACQUIRED

The digital rights have not been acquired for the rights-protected content.

Constant Value: 3 (0x00000003)

RIGHTS_VALID

Added in API level 11
int RIGHTS_VALID

The digital rights are valid.

Constant Value: 0 (0x00000000)

Public constructors

DrmStore.RightsStatus

Added in API level 11
DrmStore.RightsStatus ()

This constructor was deprecated in API level 16.
This class should have been an interface instead. The default constuctor should have not been exposed.

Hooray!