interface OnSayingChangedListener
Listener for saying property changed event
Since
3
onSayingChanged |
The Phrase which is currently said by the robot. This value is set to a Phrase with an empty 'text' field when the robot finishes saying the Phrase. abstract fun onSayingChanged(sayingPhrase: Phrase!): Unit |