Documentation for this section has not yet been entered.
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]