PerformanceHintManager.Session(IntPtr, JniHandleOwnership) Constructor

Definition

Initializes a new instance of the PerformanceHintManager.Session class.

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

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