[Android.Runtime.Register("copyFrom", "(Landroid/os/Message;)V", "")] public voidCopyFrom (Message o)
Parameters
o
Documentation for this section has not yet been entered.
Remarks
Make this message like o. Performs a shallow copy of the data field.
Does not copy the linked list fields, nor the timestamp or
target/callback of the original message.