TestLooperManager(IntPtr, JniHandleOwnership) Constructor

Definition

Initializes a new instance of the TestLooperManager class.

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

Parameters

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

A JniHandleOwnership indicating 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