QuickViewConstants(IntPtr, JniHandleOwnership) Constructor

Definition

Initializes a managed wrapper around an existing Java instance.

protected QuickViewConstants(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.QuickViewConstants : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.QuickViewConstants

Parameters

javaReference
IntPtr

nativeint

The JNI reference for the Java instance.

transfer
JniHandleOwnership

The ownership transfer mode for the JNI reference.

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