Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static class

DrmStore.RightsStatus

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

Class Overview

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.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int RIGHTS_EXPIRED

The digital rights have expired.

Constant Value: 2 (0x00000002)

public static final int RIGHTS_INVALID

The digital rights are invalid.

Constant Value: 1 (0x00000001)

public static final int RIGHTS_NOT_ACQUIRED

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

Constant Value: 3 (0x00000003)

public static final int RIGHTS_VALID

The digital rights are valid.

Constant Value: 0 (0x00000000)

Public Constructors

public 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.