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

Summary

Public Methods

? Examples
abstract void onGetSentenceSuggestions( SentenceSuggestionsInfo[] results)

? Examples
abstract void onGetSuggestions( SuggestionsInfo[] results)

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
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.