The properties of Android.Views.InputMethods.ExtractedText are listed below. For a list of all members, see the ExtractedText Members list.
See Also: Inherited members from Java.Lang.Object
| [read-only] static | Creator | Android.OS.IParcelableCreator. Used to make this class parcelable. |
| Flags | ExtractedTextFlags. Additional bit flags of information about the edited text. | |
| PartialEndOffset | int. If the content is a report of a partial text change, this is the offset where the change ends. | |
| PartialStartOffset | int. If the content is a report of a partial text change, this is the offset where the change starts and it runs until ExtractedText.PartialEndOffset. | |
| SelectionEnd | int. The offset where the selection currently ends within the extracted text. | |
| SelectionStart | int. The offset where the selection currently starts within the extracted text. | |
| StartOffset | int. The offset in the overall text at which the extracted text starts. | |
| Text | Java.Lang.ICharSequence. The text that has been extracted. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |