Added in API level 11
Deprecated in API level 30

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

DrmObjectType()

This constructor is deprecated. This class should have been an interface instead. The default constuctor should have not been exposed.

Inherited methods

Constants

CONTENT

Added in API level 11
public static final int CONTENT

A rights-protected file object type.

Constant Value: 1 (0x00000001)

RIGHTS_OBJECT

Added in API level 11
public static final int RIGHTS_OBJECT

A rights information object type.

Constant Value: 2 (0x00000002)

TRIGGER_OBJECT

Added in API level 11
public static final int TRIGGER_OBJECT

A trigger information object type.

Constant Value: 3 (0x00000003)

UNKNOWN

Added in API level 11
public static final int UNKNOWN

An unknown object type.

Constant Value: 0 (0x00000000)

Public constructors

DrmObjectType

Added in API level 11
public DrmObjectType ()

This constructor is deprecated.
This class should have been an interface instead. The default constuctor should have not been exposed.