Java android.view.textservice SuggestionsInfo fields, constructors, methods, implement or subclass

Example usage for Java android.view.textservice SuggestionsInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view.textservice SuggestionsInfo.

The text is from its open source code.

Field

intRESULT_ATTR_IN_THE_DICTIONARY
Flag of the attributes of the suggestions that can be obtained by #getSuggestionsAttributes : this tells that the requested word was found in the dictionary in the text service.
intRESULT_ATTR_LOOKS_LIKE_TYPO
Flag of the attributes of the suggestions that can be obtained by #getSuggestionsAttributes : this tells that the text service thinks the requested word looks like a typo.
intRESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS
Flag of the attributes of the suggestions that can be obtained by #getSuggestionsAttributes : this tells that the text service thinks the result suggestions include highly recommended ones.