The fields of Android.Views.TextService.SuggestionsInfo are listed below. For a list of all members, see the SuggestionsInfo Members list.
See Also: Inherited members from Java.Lang.Object
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. |