Android.Views.Choreographer.PostFrameCallbackDelayed Method
Posts a frame callback to run on the next frame after the specified delay.

Syntax

[Android.Runtime.Register("postFrameCallbackDelayed", "(Landroid/view/Choreographer$FrameCallback;J)V", "")]
public void PostFrameCallbackDelayed (Choreographer.IFrameCallback callback, long delayMillis)

See Also

Choreographer.PostFrameCallback(.IFrameCallback)
Choreographer.RemoveFrameCallback(.IFrameCallback)

Parameters

callback
The frame callback to run during the next frame.
delayMillis
The delay time in milliseconds.

Remarks

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

The callback runs once then is automatically removed.

[Android Documentation]

Requirements

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