The members of Android.Views.TextService.SuggestionsInfo are listed below.
See Also: Inherited members from Java.Lang.Object
Constructor. | ||
Constructor. |
const | ResultAttrHasRecommendedSuggestions | SuggestionsAttributes (4). Flag of the attributes of the suggestions that can be obtained by SuggestionsInfo.SuggestionsAttributes: this tells that the text service thinks the result suggestions include highly recommended ones. |
const | ResultAttrInTheDictionary | SuggestionsAttributes (1). Flag of the attributes of the suggestions that can be obtained by SuggestionsInfo.SuggestionsAttributes: this tells that the requested word was found in the dictionary in the text service. |
const | ResultAttrLooksLikeTypo | SuggestionsAttributes (2). Flag of the attributes of the suggestions that can be obtained by SuggestionsInfo.SuggestionsAttributes: this tells that the text service thinks the requested word looks like a typo. |
[read-only] | Cookie | int. |
[read-only] static | Creator | Android.OS.IParcelableCreator. Used to make this class parcelable. |
[read-only] | Sequence | int. |
[read-only] | SuggestionsAttributes | int. |
[read-only] | SuggestionsCount | int. |
[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()Used to make this class parcelable. | ||
GetSuggestionAt(int) | ||
SetCookieAndSequence(int, int)Set the cookie and the sequence of SuggestionsInfo which are set to TextInfo from a client application | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Used to package this object into a Android.OS.Parcel. |