Share via


DrmEvent.TypeAllRightsRemoved Field

Definition

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.

Applies to