Android.Views.InputMethods.ExtractedText: Property Members

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

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Used to make this class parcelable.
FlagsExtractedTextFlags. Additional bit flags of information about the edited text.
PartialEndOffsetint. If the content is a report of a partial text change, this is the offset where the change ends.
PartialStartOffsetint. 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.
SelectionEndint. The offset where the selection currently ends within the extracted text.
SelectionStartint. The offset where the selection currently starts within the extracted text.
StartOffsetint. The offset in the overall text at which the extracted text starts.
TextJava.Lang.ICharSequence. The text that has been extracted.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.