DrmObjectType
open classDrmObjectType
| 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 valCONTENT: Int
Deprecated: Deprecated in Java.
A rights-protected file object type.
Value: 1RIGHTS_OBJECT
Added in API level 11
      static valRIGHTS_OBJECT: Int
Deprecated: Deprecated in Java.
A rights information object type.
Value: 2TRIGGER_OBJECT
Added in API level 11
      static valTRIGGER_OBJECT: Int
Deprecated: Deprecated in Java.
A trigger information object type.
Value: 3UNKNOWN
Added in API level 11
      static valUNKNOWN: Int
Deprecated: Deprecated in Java.
An unknown object type.
Value: 0Public 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.