Language

Choreographer.FrameData.GetFrameTimelines Method

Definition

The possible frame timelines, sorted chronologically.

[Android.Runtime.Register("getFrameTimelines", "()[Landroid/view/Choreographer$FrameTimeline;", "GetGetFrameTimelinesHandler", ApiSince=33)]
public virtual Android.Views.Choreographer.FrameTimeline[] GetFrameTimelines();
[<Android.Runtime.Register("getFrameTimelines", "()[Landroid/view/Choreographer$FrameTimeline;", "GetGetFrameTimelinesHandler", ApiSince=33)>]
abstract member GetFrameTimelines : unit -> Android.Views.Choreographer.FrameTimeline[]
override this.GetFrameTimelines : unit -> Android.Views.Choreographer.FrameTimeline[]

Returns

The result of the get frame timelines operation.

Attributes

Remarks

For details, see the Android reference documentation for android.view.Choreographer.FrameData.getFrameTimelines.

Java documentation for android.view.Choreographer.FrameData.getFrameTimelines.

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