public static interface SpellCheckerSession.SpellCheckerSessionListener
Modifier and Type | Method and Description |
---|---|
void |
onGetSentenceSuggestions(SentenceSuggestionsInfo[] results)
|
void |
onGetSuggestions(SuggestionsInfo[] results)
|
void onGetSuggestions(SuggestionsInfo[] results)
SpellCheckerSession.getSuggestions(TextInfo, int)
and SpellCheckerSession.getSuggestions(TextInfo[], int, boolean)
results
- an array of SuggestionsInfo
s.
These results are suggestions for TextInfo
s queried by
SpellCheckerSession.getSuggestions(TextInfo, int)
or
SpellCheckerSession.getSuggestions(TextInfo[], int, boolean)
void onGetSentenceSuggestions(SentenceSuggestionsInfo[] results)
results
- an array of SentenceSuggestionsInfo
s.
These results are suggestions for TextInfo
s
queried by SpellCheckerSession.getSentenceSuggestions(TextInfo[], int)
.