Posts a frame callback to run on the next frame.
Syntax
[Android.Runtime.Register("postFrameCallback", "(Landroid/view/Choreographer$FrameCallback;)V", "")]
public
void PostFrameCallback (
Choreographer.IFrameCallback callback)
See Also
Parameters
- callback
- The frame callback to run during the next frame.
Remarks
Requirements
Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16