Choreographer.PostFrameCallbackDelayed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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)>