View.ReportAppJankStats(AppJankStats) Method

Definition

Called from apps when they want to report jank stats to the system.

[Android.Runtime.Register("reportAppJankStats", "(Landroid/app/jank/AppJankStats;)V", "GetReportAppJankStats_Landroid_app_jank_AppJankStats_Handler", ApiSince=36)]
public virtual void ReportAppJankStats(Android.App.Jank.AppJankStats appJankStats);
[<Android.Runtime.Register("reportAppJankStats", "(Landroid/app/jank/AppJankStats;)V", "GetReportAppJankStats_Landroid_app_jank_AppJankStats_Handler", ApiSince=36)>]
abstract member ReportAppJankStats : Android.App.Jank.AppJankStats -> unit
override this.ReportAppJankStats : Android.App.Jank.AppJankStats -> unit

Parameters

appJankStats
AppJankStats

The Android.App.Jank.AppJankStats value used for app jank stats.

Attributes

Remarks

For details, see the Android reference documentation for android.view.View.reportAppJankStats.

Java documentation for android.view.View.reportAppJankStats.

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