removeMessage

abstract fun removeMessage(message: Message, listener: StatusListener)

Removes a message from the conversation.

Parameters

message

The message to remove.

listener

Status listener to report result of the operation.

Throws

If conversation isn't synchronized properly.