次の方法で共有


BugreportManager.BugreportCallback.OnFinished Method

Definition

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.

Applies to