DrmEvent.TypeAllRightsRemoved Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
All of the rights information associated with all DRM schemes have been successfully removed.
[Android.Runtime.Register("TYPE_ALL_RIGHTS_REMOVED")]
public const Android.Drm.DrmEventType TypeAllRightsRemoved = 1001;
[<Android.Runtime.Register("TYPE_ALL_RIGHTS_REMOVED")>]
val mutable TypeAllRightsRemoved : Android.Drm.DrmEventType
Field Value
Value = 1001- Attributes
Remarks
All of the rights information associated with all DRM schemes have been successfully removed.
Java documentation for android.drm.DrmEvent.TYPE_ALL_RIGHTS_REMOVED
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.