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

Syntax

[Android.Runtime.Register("hasMessages", "(ILjava/lang/Object;)Z", "")]
public bool HasMessages (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.

Returns

Documentation for this section has not yet been entered.

Remarks

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