Choreographer.RemoveFrameCallback(Choreographer+IFrameCallback) Method

Definition

Removes a previously posted frame callback.

[Android.Runtime.Register("removeFrameCallback", "(Landroid/view/Choreographer$FrameCallback;)V", "")]
public void RemoveFrameCallback (Android.Views.Choreographer.IFrameCallback? callback);
[<Android.Runtime.Register("removeFrameCallback", "(Landroid/view/Choreographer$FrameCallback;)V", "")>]
member this.RemoveFrameCallback : Android.Views.Choreographer.IFrameCallback -> unit

Parameters

callback
Choreographer.IFrameCallback

The frame callback to remove.

Attributes

Remarks

Java documentation for android.view.Choreographer.removeFrameCallback(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.PostFrameCallback(.IFrameCallback)>
  • <xref:Android.Views.Choreographer.PostFrameCallbackDelayed(.IFrameCallback%2c+System.Int64)>