Android.Content.Intent.ExtraText Field
A constant CharSequence that is associated with the Intent, used with Intent.ActionSend to supply the literal data to be sent.

Syntax

[Android.Runtime.Register("EXTRA_TEXT")]
public const string ExtraText

Remarks

A constant CharSequence that is associated with the Intent, used with Intent.ActionSend to supply the literal data to be sent. Note that this may be a styled CharSequence, so you must use Android.OS.Bundle.GetCharSequenceFormatted(string) to retrieve it.

[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