Android.OS.Handler.RemoveCallbacksAndMessages Method
Remove any pending posts of callbacks and sent messages whose obj is token.

Syntax

[Android.Runtime.Register("removeCallbacksAndMessages", "(Ljava/lang/Object;)V", "")]
public void RemoveCallbacksAndMessages (Java.Lang.Object token)

Parameters

token
Documentation for this section has not yet been entered.

Remarks

Remove any pending posts of callbacks and sent messages whose obj is token. If token is null, all callbacks and messages 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