The members of Android.Views.InputMethods.ExtractedText are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Used to package this object into a Android.OS.Parcel. |