Language

Choreographer.PostVsyncCallback(Choreographer+IVsyncCallback) Method

Definition

Posts a vsync callback to run on the next frame. The callback runs once then is automatically removed.

[Android.Runtime.Register("postVsyncCallback", "(Landroid/view/Choreographer$VsyncCallback;)V", "", ApiSince=33)]
public void PostVsyncCallback(Android.Views.Choreographer.IVsyncCallback callback);
[<Android.Runtime.Register("postVsyncCallback", "(Landroid/view/Choreographer$VsyncCallback;)V", "", ApiSince=33)>]
member this.PostVsyncCallback : Android.Views.Choreographer.IVsyncCallback -> unit

Parameters

callback
Choreographer.IVsyncCallback

The Android.Views.Choreographer+IVsyncCallback value used for callback.

Attributes

Remarks

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

Java documentation for android.view.Choreographer.postVsyncCallback.

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