# Print output for @column tags ?> DrmStore.DrmObjectType - Android SDK | Android Developers

Most visited

Recently visited

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

public static final int CONTENT

A rights-protected file object type.

Constant Value: 1 (0x00000001)

RIGHTS_OBJECT

public static final int RIGHTS_OBJECT

A rights information object type.

Constant Value: 2 (0x00000002)

TRIGGER_OBJECT

public static final int TRIGGER_OBJECT

A trigger information object type.

Constant Value: 3 (0x00000003)

UNKNOWN

public static final int UNKNOWN

An unknown object type.

Constant Value: 0 (0x00000000)

Public constructors

DrmObjectType

public DrmObjectType ()

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