ChatClientDebugger
interface ChatClientDebugger
Debugs the io.getstream.chat.android.client.ChatClient.
Functions
Link copied to clipboard
open fun debugSendMessage(channelType: String, channelId: String, message: Message, isRetrying: Boolean = false): SendMessageDebugger
Creates an instance of SendMessageDebugger that allows you to debug the sending process of a message.
Link copied to clipboard
Called when a non-fatal error occurs.