Android.Views.InputMethods.CompletionInfo Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a simple completion with just text, no label.
Create a simple completion with just text, no label.
Create a full completion with both text and label.
Create a full completion with both text and label.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Used to make this class parcelable.
[read-only]
Idlong. Return the abstract identifier for this completion, typically corresponding to the id associated with it in the original adapter.
[read-only]
Labelstring. Documentation for this section has not yet been entered.
[read-only]
LabelFormattedJava.Lang.ICharSequence. Return the user-visible label for the completion, or null if the plain text should be shown.
[read-only]
Positionint. Return the original position of this completion, typically corresponding to its position in the original adapter.
[read-only]
Textstring. Documentation for this section has not yet been entered.
[read-only]
TextFormattedJava.Lang.ICharSequence. Return the actual text associated with this completion.

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.