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.
androidchatsdk / Notable Classes / EventInterface / onMessageReceived
abstract fun onMessageReceived(text:
String
):
Unit
Indicates a message was received or sent.
text
- The text message that was processed.