qisdk / com.aldebaran.qi.sdk.object.conversation / QiChatVariable / OnValueChangedListener

OnValueChangedListener

interface OnValueChangedListener

Listener for value property changed event

Since
1

Functions

onValueChanged

Exposes the value of the variable This can be updated by the user to modify the value of the variable in QiChat This can also be modified from QiChat

abstract fun onValueChanged(currentValue: String!): Unit