Intent.ExtraProcessText Field

Definition

The name of the extra used to define the text to be processed, as a CharSequence.

[Android.Runtime.Register("EXTRA_PROCESS_TEXT", ApiSince=23)]
public const string ExtraProcessText;
[<Android.Runtime.Register("EXTRA_PROCESS_TEXT", ApiSince=23)>]
val mutable ExtraProcessText : string

Field Value

Implements

Attributes

Remarks

The name of the extra used to define the text to be processed, as a CharSequence. Note that this may be a styled CharSequence, so you must use Bundle#getCharSequence(String) Bundle.getCharSequence() to retrieve it.

Java documentation for android.content.Intent.EXTRA_PROCESS_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.

Applies to