EVENT_MESSAGE

const val EVENT_MESSAGE: String

Fired when stream list has changed

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