Stay organized with collections
Save and categorize content based on your preferences.
DrmStore
open class DrmStore
Defines constants that are used by the DRM framework.
Summary
Nested classes |
open |
Defines actions that can be performed on rights-protected content.
|
abstract |
Interface definition for the columns that represent DRM constraints.
|
open |
Defines DRM object types.
|
open |
Defines playback states for content.
|
open |
Defines status notifications for digital rights.
|
Public constructors
DrmStore
DrmStore()
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.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# DrmStore\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nDeprecated in [API level 30](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nDrmStore\n========\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/drm/DrmStore \"View this page in Java\") \n\n```\nopen class DrmStore\n```\n\n|---|---------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.drm.DrmStore](#) |\n\n*** ** * ** ***\n\n| **This class was deprecated in API level 30.**\n|\n| Please use [android.media.MediaDrm](../media/MediaDrm.html#)\n\nDefines constants that are used by the DRM framework.\n\nSummary\n-------\n\n| Nested classes ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| open | [Action](/reference/kotlin/android/drm/DrmStore.Action) Defines actions that can be performed on rights-protected content. |\n| abstract | [ConstraintsColumns](/reference/kotlin/android/drm/DrmStore.ConstraintsColumns) Interface definition for the columns that represent DRM constraints. |\n| open | [DrmObjectType](/reference/kotlin/android/drm/DrmStore.DrmObjectType) Defines DRM object types. |\n| open | [Playback](/reference/kotlin/android/drm/DrmStore.Playback) Defines playback states for content. |\n| open | [RightsStatus](/reference/kotlin/android/drm/DrmStore.RightsStatus) Defines status notifications for digital rights. |\n\n| Public constructors ||\n|------------------------------------|---|\n| [DrmStore](#DrmStore())`()` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### DrmStore\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nDrmStore()\n```\n\n**Deprecated:** *This class should have been an interface instead. The default constuctor should have not been exposed.*"]]