Android.Views.Choreographer.RemoveFrameCallback Method
Removes a previously posted frame callback.

Syntax

[Android.Runtime.Register("removeFrameCallback", "(Landroid/view/Choreographer$FrameCallback;)V", "")]
public void RemoveFrameCallback (Choreographer.IFrameCallback callback)

See Also

Choreographer.PostFrameCallback(.IFrameCallback)
Choreographer.PostFrameCallbackDelayed(.IFrameCallback, System.Int64)

Parameters

callback
The frame callback to remove.

Remarks

Removes a previously posted frame callback.

[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