interface OnSayingChangedListener
Listener for saying property changed event
Since
3
onSayingChanged |
The Phrase said by a Say action from this factory while it is running. This value is set when a Say action from this factory starts running and set to an empty Phrase when the action stops. abstract fun onSayingChanged(phrase: Phrase!): Unit |