Intent.ExtraMetadataText 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.
A CharSequence of additional text describing the content being shared.
[Android.Runtime.Register("EXTRA_METADATA_TEXT", ApiSince=35)]
public const string ExtraMetadataText;
[<Android.Runtime.Register("EXTRA_METADATA_TEXT", ApiSince=35)>]
val mutable ExtraMetadataText : string
Field Value
Implements
- Attributes
Remarks
A CharSequence of additional text describing the content being shared. This text will be displayed to the user as a part of the sharesheet when included in an #ACTION_CHOOSER
Intent
.
e.g. When sharing a photo, metadata could inform the user that location data is included in the photo they are sharing.
Java documentation for android.content.Intent.EXTRA_METADATA_TEXT
.
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.