DrmStore
  public
  
  
  
  class
  DrmStore
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.drm.DrmStore | 
      This class was deprecated
      in API level 30.
    Please use MediaDrm
  
Defines constants that are used by the DRM framework.
Summary
| Nested classes | |
|---|---|
| 
        
        
        
        
        class | DrmStore.ActionDefines actions that can be performed on rights-protected content. | 
| 
        
        
        
        
        interface | DrmStore.ConstraintsColumnsInterface definition for the columns that represent DRM constraints. | 
| 
        
        
        
        
        class | DrmStore.DrmObjectTypeDefines DRM object types. | 
| 
        
        
        
        
        class | DrmStore.PlaybackDefines playback states for content. | 
| 
        
        
        
        
        class | DrmStore.RightsStatusDefines status notifications for digital rights. | 
| Public constructors | |
|---|---|
| 
      DrmStore()
      This constructor is deprecated. This class should have been an interface instead. The default constuctor should have not been exposed. | |
| Inherited methods | |
|---|---|
Public constructors
DrmStore
public DrmStore ()
      This constructor is deprecated.
    This class should have been an interface instead.
 The default constuctor should have not been exposed.
  
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
