Sprache

Build.VERSION_CODES_FULL(IntPtr, JniHandleOwnership) Constructor

Definition

Initializes a new instance of the Build.VERSION_CODES_FULL class.

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

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