Added in API level 11
Deprecated in API level 30

DrmObjectType

open class DrmObjectType
kotlin.Any
   ↳ android.drm.DrmStore.DrmObjectType

Defines DRM object types.

Summary

Constants
static Int

A rights-protected file object type.

static Int

A rights information object type.

static Int

A trigger information object type.

static Int

An unknown object type.

Public constructors

Constants

CONTENT

Added in API level 11
static val CONTENT: Int

Deprecated: Deprecated in Java.

A rights-protected file object type.

Value: 1

RIGHTS_OBJECT

Added in API level 11
static val RIGHTS_OBJECT: Int

Deprecated: Deprecated in Java.

A rights information object type.

Value: 2

TRIGGER_OBJECT

Added in API level 11
static val TRIGGER_OBJECT: Int

Deprecated: Deprecated in Java.

A trigger information object type.

Value: 3

UNKNOWN

Added in API level 11
static val UNKNOWN: Int

Deprecated: Deprecated in Java.

An unknown object type.

Value: 0

Public constructors

DrmObjectType

Added in API level 11
DrmObjectType()

Deprecated: This class should have been an interface instead. The default constuctor should have not been exposed.