interface OnValueChangedListener
Listener for value property changed event
Since
1
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 |