Intent.ActionProcessText 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.
Activity Action: Process a piece of text.
[Android.Runtime.Register("ACTION_PROCESS_TEXT", ApiSince=23)]
public const string ActionProcessText;
[<Android.Runtime.Register("ACTION_PROCESS_TEXT", ApiSince=23)>]
val mutable ActionProcessText : string
Field Value
Implements
- Attributes
Remarks
Activity Action: Process a piece of text.
Input: #EXTRA_PROCESS_TEXT
contains the text to be processed. #EXTRA_PROCESS_TEXT_READONLY
states if the resulting text will be read-only.
Output: #EXTRA_PROCESS_TEXT
contains the processed text.
Java documentation for android.content.Intent.ACTION_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.