Android.Views.View.RemoveCallbacks Method

Syntax

[Android.Runtime.Register("removeCallbacks", "(Ljava/lang/Runnable;)Z", "GetRemoveCallbacks_Ljava_lang_Runnable_Handler")]
public virtual bool RemoveCallbacks (Java.Lang.IRunnable action)

See Also

View.Post(Java.Lang.IRunnable)
View.PostDelayed(Java.Lang.IRunnable, System.Int64)
View.PostOnAnimation(Java.Lang.IRunnable)
View.PostOnAnimationDelayed(Java.Lang.IRunnable, System.Int64)

Parameters

action
The Runnable to remove from the message handling queue

Returns

Documentation for this section has not yet been entered.

Remarks

Removes the specified Runnable from the message queue.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1