Android.OS.Handler.HasMessages Method
Check if there are any pending posts of messages with code 'what' in the message queue.

Syntax

[Android.Runtime.Register("hasMessages", "(I)Z", "")]
public bool HasMessages (int what)

Parameters

what
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Check if there are any pending posts of messages with code 'what' 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