interface OnPhrasesChangedListener
Listener for phrases property changed event
Since
1
onPhrasesChanged |
Exposes the list of unique Phrases in the EditablePhraseSet. This is modified when using addPhrases() or removePhrases(). abstract fun onPhrasesChanged(phrases: MutableList<Phrase!>!): Unit |