to top
Android APIs
public static class

DrmStore.DrmObjectType

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

Class Overview

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 is deprecated. 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 CONTENT

Since: API Level 11

A rights-protected file object type.

Constant Value: 1 (0x00000001)

public static final int RIGHTS_OBJECT

Since: API Level 11

A rights information object type.

Constant Value: 2 (0x00000002)

public static final int TRIGGER_OBJECT

Since: API Level 11

A trigger information object type.

Constant Value: 3 (0x00000003)

public static final int UNKNOWN

Since: API Level 11

An unknown object type.

Constant Value: 0 (0x00000000)

Public Constructors

public DrmStore.DrmObjectType ()

Since: API Level 11

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