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
[read-only] static | Creator | Android.OS.IParcelableCreator. Used to make this class parcelable. |
[read-only] | Id | long. Return the abstract identifier for this completion, typically corresponding to the id associated with it in the original adapter. |
[read-only] | Label | string. Documentation for this section has not yet been entered. |
[read-only] | LabelFormatted | Java.Lang.ICharSequence. Return the user-visible label for the completion, or null if the plain text should be shown. |
[read-only] | Position | int. Return the original position of this completion, typically corresponding to its position in the original adapter. |
[read-only] | Text | string. Documentation for this section has not yet been entered. |
[read-only] | TextFormatted | Java.Lang.ICharSequence. Return the actual text associated with this completion. |
[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. |