Intent.ActionAttachData Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to indicate that some piece of data should be attached to some other place.
[Android.Runtime.Register("ACTION_ATTACH_DATA")]
public const string ActionAttachData;
[<Android.Runtime.Register("ACTION_ATTACH_DATA")>]
val mutable ActionAttachData : string
Field Value
Implements
- Attributes
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: #getData
is URI of data to be attached.
Output: nothing.
Java documentation for android.content.Intent.ACTION_ATTACH_DATA
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.