Language

Build.Partition(IntPtr, JniHandleOwnership) Constructor

Definition

Initializes a new instance of the Build.Partition class.

protected Partition(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.OS.Build.Partition : nativeint * Android.Runtime.JniHandleOwnership -> Android.OS.Build.Partition

Parameters

javaReference
IntPtr

nativeint

A IntPtr containing a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnership indicating how to handle javaReference.

Applies to