Android.App.UiAutomation.GetWindowContentFrameStats Method
Gets the frame statistics for a given window.

Syntax

[Android.Runtime.Register("getWindowContentFrameStats", "(I)Landroid/view/WindowContentFrameStats;", "")]
public Android.Views.WindowContentFrameStats GetWindowContentFrameStats (int windowId)

See Also

Android.Views.WindowContentFrameStats
UiAutomation.ClearWindowContentFrameStats(int)
UiAutomation.Windows
Android.Views.Accessibility.AccessibilityWindowInfo.Id

Parameters

windowId
The window id.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the frame statistics for a given window. These statistics contain information about the most recently rendered content frames.

A typical usage requires clearing the window frame statistics via UiAutomation.ClearWindowContentFrameStats(int) followed by an interaction with the UI and finally getting the window frame statistics via calling this method.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18