BugreportManager.BugreportCallback Constructors

Definition

Overloads

Name Description
BugreportManager.BugreportCallback()

Initializes a new instance of the BugreportManager.BugreportCallback class.

BugreportManager.BugreportCallback(IntPtr, JniHandleOwnership)

Initializes a new instance of the BugreportManager.BugreportCallback class.

BugreportManager.BugreportCallback()

Initializes a new instance of the BugreportManager.BugreportCallback class.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=31)]
public BugreportCallback();
Attributes

Remarks

Initializes a new instance of the BugreportManager.BugreportCallback class.

Java documentation for android.os.BugreportManager.BugreportCallback.BugreportCallback().

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

BugreportManager.BugreportCallback(IntPtr, JniHandleOwnership)

Initializes a new instance of the BugreportManager.BugreportCallback class.

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

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