Choreographer.PostFrameCallback(Choreographer+IFrameCallback) 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.
[Android.Runtime.Register("postFrameCallback", "(Landroid/view/Choreographer$FrameCallback;)V", "")]
public void PostFrameCallback (Android.Views.Choreographer.IFrameCallback? callback);
[<Android.Runtime.Register("postFrameCallback", "(Landroid/view/Choreographer$FrameCallback;)V", "")>]
member this.PostFrameCallback : Android.Views.Choreographer.IFrameCallback -> unit
Parameters
- callback
- Choreographer.IFrameCallback
The frame callback to run during the next frame.
- Attributes
Remarks
Java documentation for android.view.Choreographer.postFrameCallback(android.view.FrameCallback)
.
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.PostFrameCallbackDelayed(.IFrameCallback%2c+System.Int64)>
- <xref:Android.Views.Choreographer.RemoveFrameCallback(.IFrameCallback)>