to top
Android APIs
Added in API level 14
public static interface

SpellCheckerSession.SpellCheckerSessionListener

android.view.textservice.SpellCheckerSession.SpellCheckerSessionListener

Class Overview

Callback for getting results from text services

Public Methods

public abstract void onGetSentenceSuggestions (SentenceSuggestionsInfo[] results)

Added in API level 16
Parameters
results an array of SentenceSuggestionsInfos. These results are suggestions for TextInfos queried by getSentenceSuggestions(TextInfo[], int).

public abstract void onGetSuggestions (SuggestionsInfo[] results)

Added in API level 14