Choreographer.PostFrameCallbackDelayed Method

Definition

Posts a frame callback to run on the next frame after the specified delay.

[Android.Runtime.Register("postFrameCallbackDelayed", "(Landroid/view/Choreographer$FrameCallback;J)V", "")]
public void PostFrameCallbackDelayed (Android.Views.Choreographer.IFrameCallback? callback, long delayMillis);
[<Android.Runtime.Register("postFrameCallbackDelayed", "(Landroid/view/Choreographer$FrameCallback;J)V", "")>]
member this.PostFrameCallbackDelayed : Android.Views.Choreographer.IFrameCallback * int64 -> unit

Parameters

callback
Choreographer.IFrameCallback

The frame callback to run during the next frame.

delayMillis
Int64

The delay time in milliseconds.

Attributes

Remarks

Java documentation for android.view.Choreographer.postFrameCallbackDelayed(android.view.FrameCallback, long).

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

See also

  • <xref:Android.Views.Choreographer.PostFrameCallback(.IFrameCallback)>
  • <xref:Android.Views.Choreographer.RemoveFrameCallback(.IFrameCallback)>