BugreportManager.BugreportCallback Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- transfer
- JniHandleOwnership
A JniHandleOwnership indicating how to handle javaReference.