onMessageFail

abstract fun onMessageFail(    @NonNull conversationId: String,     @NonNull messageId: String,     error: Int)

Called when a message is failed to deliver to the back-end

See also

Parameters

conversationId

The conversation ID

messageId

The message ID

error

The error reason if exist