Android.OS.Handler.RemoveMessages Method
Remove any pending posts of messages with code 'what' and whose obj is 'object' that are in the message queue.

Syntax

[Android.Runtime.Register("removeMessages", "(ILjava/lang/Object;)V", "")]
public void RemoveMessages (int what, Java.Lang.Object object)

Parameters

what
Documentation for this section has not yet been entered.
object
Documentation for this section has not yet been entered.

Remarks

Remove any pending posts of messages with code 'what' and whose obj is 'object' that are in the message queue. If object is null, all 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