EXTRA_TEXT constant
String
const EXTRA_TEXT
A constant CharSequence that is associated with the Intent, used with {@link #ACTION_SEND} to supply the literal data to be sent. Note that this may be a styled CharSequence, so you must use {@link Bundle#getCharSequence(String) Bundle.getCharSequence()} to retrieve it.
Implementation
static const String EXTRA_TEXT = "android.intent.extra.TEXT";