androidchatsdk / Notable Classes / EventInterface / onMessageReceived

onMessageReceived

abstract fun onMessageReceived(text:String):Unit

Indicates a message was received or sent.

Parameters

text - The text message that was processed.