View.ReportAppJankStats(AppJankStats) 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 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.