Android.OS.Message.CopyFrom Method
Make this message like o.

Syntax

[Android.Runtime.Register("copyFrom", "(Landroid/os/Message;)V", "")]
public void CopyFrom (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.

[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