public interface UserDictionaryProvider extends CustomDictionaryProvider
addWord(String) must
trigger a storing of the dictionary.| Modifier and Type | Method and Description |
|---|---|
void |
addWord(String word)
Adds a new word to the current user dictionary.
|
void |
setUserWords(String wordList)
Set a completely new word list
|
getWordsvoid addWord(String word)
word - the new word.void setUserWords(String wordList)
wordList - the new word list. Can be empty but not null.Copyright © 2016. All rights reserved.