Android.Views.InputMethods.CompletionInfo: Property Members

The properties of Android.Views.InputMethods.CompletionInfo are listed below. For a list of all members, see the CompletionInfo Members list.

See Also: Inherited members from Java.Lang.Object

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.