EVENT_MESSAGE

const val EVENT_MESSAGE: String

Fired when a message is received from contact in the conversation

Usage: conversation.on(EVENT_MESSAGE) { val message = it\[0\] as Contact.Message.html }