Interface UserDictionaryProvider

    • Method Detail

      • addWord

        void addWord​(java.lang.String word)
        Adds a new word to the current user dictionary. The implementor must save this word in its own backend.
        Parameters:
        word - the new word.
      • setUserWords

        void setUserWords​(java.lang.String wordList)
        Set a completely new word list
        Parameters:
        wordList - the new word list. Can be empty but not null.