debugMode property
final
~english Whether to output the debug information. Make sure to call the method after initializing the ChatClient using ChatClient.init.
true
: Yes.false
: (Default)No. ~end
~chinese 是否输出调试信息,在 ChatClient 初始化完成后调用,详见 ChatClient.init。
true
:SDK 会在 log 里输出调试信息;- (默认)
false
:不会输出调试信息。 ~end
Implementation
final bool debugMode;