Most visited

Recently visited

Added in API level 11

DrmStore.DrmObjectType

public static class DrmStore.DrmObjectType
extends Object

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


Defines DRM object types.

Summary

Constants

int CONTENT

A rights-protected file object type.

int RIGHTS_OBJECT

A rights information object type.

int TRIGGER_OBJECT

A trigger information object type.

int UNKNOWN

An unknown object type.

Public constructors

DrmStore.DrmObjectType()

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

CONTENT

Added in API level 11
int CONTENT

A rights-protected file object type.

Constant Value: 1 (0x00000001)

RIGHTS_OBJECT

Added in API level 11
int RIGHTS_OBJECT

A rights information object type.

Constant Value: 2 (0x00000002)

TRIGGER_OBJECT

Added in API level 11
int TRIGGER_OBJECT

A trigger information object type.

Constant Value: 3 (0x00000003)

UNKNOWN

Added in API level 11
int UNKNOWN

An unknown object type.

Constant Value: 0 (0x00000000)

Public constructors

DrmStore.DrmObjectType

Added in API level 11
DrmStore.DrmObjectType ()

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!