Android.Content.Intent.ActionAttachData Field
Used to indicate that some piece of data should be attached to some other place.

Syntax

[Android.Runtime.Register("ACTION_ATTACH_DATA")]
public const string ActionAttachData

Remarks

Used to indicate that some piece of data should be attached to some other place. For example, image data could be attached to a contact. It is up to the recipient to decide where the data should be attached; the intent does not specify the ultimate destination.

Input: Intent.Data is URI of data to be attached.

Output: nothing.

[Android Documentation]

Requirements

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