BugreportManager.BugreportCallback.OnFinished Method
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.
Called when taking bugreport finishes successfully.
[Android.Runtime.Register("onFinished", "()V", "GetOnFinishedHandler", ApiSince=31)]
public virtual void OnFinished ();
[<Android.Runtime.Register("onFinished", "()V", "GetOnFinishedHandler", ApiSince=31)>]
abstract member OnFinished : unit -> unit
override this.OnFinished : unit -> unit
- Attributes
Remarks
Called when taking bugreport finishes successfully.
This callback will be invoked if the BugreportParams#BUGREPORT_FLAG_DEFER_CONSENT
flag is not set.
Java documentation for android.os.BugreportManager.BugreportCallback.onFinished()
.
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.