DrmStore.RightsStatus Constructors

Definition

Overloads

DrmStore.RightsStatus()
Obsolete.

This member is deprecated.

DrmStore.RightsStatus(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

DrmStore.RightsStatus()

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register(".ctor", "()V", "")]
[System.Obsolete("deprecated")]
public RightsStatus ();
Attributes

Remarks

This member is deprecated. This class should have been an interface instead. The default constuctor should have not been exposed.

Java documentation for android.drm.DrmStore.RightsStatus.DrmStore$RightsStatus().

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

DrmStore.RightsStatus(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected RightsStatus (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Drm.DrmStore.RightsStatus : nativeint * Android.Runtime.JniHandleOwnership -> Android.Drm.DrmStore.RightsStatus

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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