Android.OS.Message.Target Property
Retrieve the a Android.OS.Handler implementation that will receive this message.

Syntax

[get: Android.Runtime.Register("getTarget", "()Landroid/os/Handler;", "GetGetTargetHandler")]
[set: Android.Runtime.Register("setTarget", "(Landroid/os/Handler;)V", "GetSetTarget_Landroid_os_Handler_Handler")]
public Handler Target { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Retrieve the a Android.OS.Handler implementation that will receive this message. The object must implement Handler.HandleMessage(Message). Each Handler has its own name-space for message codes, so you do not need to worry about yours conflicting with other handlers.

Set method documentation [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