Language

Choreographer.IVsyncCallback.OnVsync(Choreographer+FrameData) Method

Definition

Called when a new display frame is being rendered.

[Android.Runtime.Register("onVsync", "(Landroid/view/Choreographer$FrameData;)V", "GetOnVsync_Landroid_view_Choreographer_FrameData_Handler:Android.Views.Choreographer/IVsyncCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)]
public void OnVsync(Android.Views.Choreographer.FrameData data);
[<Android.Runtime.Register("onVsync", "(Landroid/view/Choreographer$FrameData;)V", "GetOnVsync_Landroid_view_Choreographer_FrameData_Handler:Android.Views.Choreographer/IVsyncCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member OnVsync : Android.Views.Choreographer.FrameData -> unit

Parameters

data
Choreographer.FrameData

The Android.Views.Choreographer+FrameData value used for data.

Attributes

Remarks

For details, see the Android reference documentation for android.view.Choreographer.VsyncCallback.onVsync.

Java documentation for android.view.Choreographer.VsyncCallback.onVsync.

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