Android.OS.Handler.GetMessageName Method
Returns a string representing the name of the specified message.

Syntax

[Android.Runtime.Register("getMessageName", "(Landroid/os/Message;)Ljava/lang/String;", "GetGetMessageName_Landroid_os_Message_Handler")]
public virtual string GetMessageName (Message message)

Parameters

message
The message whose name is being queried

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a string representing the name of the specified message. The default implementation will either return the class name of the message callback if any, or the hexadecimal representation of the message "what" field.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14