onMessageAdded

abstract fun onMessageAdded(message: Message)

Called when a Message is added to the conversation the current user is subscribed to.

You could obtain the Conversation where it was added by using getConversation or getConversationSid.

See also

#onMessageUpdated

#onMessageUpdated

#onMessageDeleted

#onMessageDeleted

Parameters

message

The message that has been added.