Interface ChatClientDebugger
-
- All Implemented Interfaces:
public interface ChatClientDebuggerDebugs the io.getstream.chat.android.client.ChatClient.
-
-
Method Summary
Modifier and Type Method Description SendMessageDebuggerdebugSendMessage(String channelType, String channelId, Message message, Boolean isRetrying)Creates an instance of SendMessageDebugger that allows you to debug the sending process of a message. -
-
Method Detail
-
debugSendMessage
SendMessageDebugger debugSendMessage(String channelType, String channelId, Message message, Boolean isRetrying)
Creates an instance of SendMessageDebugger that allows you to debug the sending process of a message.
- Parameters:
channelType- The channel type.channelId- The channel id.message- Message objectisRetrying- True if this message is being retried.
-
-
-
-