Android.Views.InputMethods.CorrectionInfo Members

The members of Android.Views.InputMethods.CorrectionInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Used to make this class parcelable.
[read-only]
NewTextstring. Documentation for this section has not yet been entered.
[read-only]
NewTextFormattedJava.Lang.ICharSequence. Return the new text that corrects what was typed by the user.
[read-only]
Offsetint. Return the offset position of this correction in the text.
[read-only]
OldTextstring. Documentation for this section has not yet been entered.
[read-only]
OldTextFormattedJava.Lang.ICharSequence. Return the text that has actually been typed by the user, and which has been corrected.

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.

Public Methods

DescribeContents() : int
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.