android.service.textservice
Class SpellCheckerService.Session
java.lang.Object
android.service.textservice.SpellCheckerService.Session
- Enclosing class:
- SpellCheckerService
public abstract static class SpellCheckerService.Session
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpellCheckerService.Session
public SpellCheckerService.Session()
onCreate
public abstract void onCreate()
onGetSuggestions
public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo,
int suggestionsLimit)
onGetSuggestionsMultiple
public SuggestionsInfo[] onGetSuggestionsMultiple(TextInfo[] textInfos,
int suggestionsLimit,
boolean sequentialWords)
onCancel
public void onCancel()
getLocale
public String getLocale()
getBundle
public Bundle getBundle()
Copyright © 2008-2012. All Rights Reserved.