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

Syntax

[Android.Runtime.Register("removeMessages", "(I)V", "")]
public void RemoveMessages (int what)

Parameters

what
Documentation for this section has not yet been entered.

Remarks

Remove any pending posts of messages with code 'what' that are in the message queue.

[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