Android.OS.Handler.RemoveCallbacks Method
Remove any pending posts of Runnable r with Object token that are in the message queue.

Syntax

[Android.Runtime.Register("removeCallbacks", "(Ljava/lang/Runnable;Ljava/lang/Object;)V", "")]
public void RemoveCallbacks (Java.Lang.IRunnable r, Java.Lang.Object token)

Parameters

r
Documentation for this section has not yet been entered.
token
Documentation for this section has not yet been entered.

Remarks

Remove any pending posts of Runnable r with Object token that are in the message queue. If token is null, all callbacks will be removed.

[Android Documentation]

Requirements

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