IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMSDKConfig

Detailed Description

Definition of V2TIMSDKConfig.

Public Member Functions

 V2TIMSDKConfig ()
 
 V2TIMSDKConfig (const V2TIMSDKConfig &)
 
 ~V2TIMSDKConfig ()
 

Data Fields

V2TIMString initPath
 
V2TIMString logPath
 
V2TIMLogLevel logLevel
 
V2TIMLogListenerlogListener
 

Constructor & Destructor Documentation

◆ V2TIMSDKConfig() [1/2]

◆ V2TIMSDKConfig() [2/2]

◆ ~V2TIMSDKConfig()

Field Documentation

◆ initPath

V2TIMString initPath

Initialize path, must be set in for Android platform, optional for other platforms.

◆ logPath

V2TIMString logPath

log path,must be set in for Android platform, optional for other platforms

◆ logLevel

V2TIMLogLevel logLevel

Log level to write file. Its default value is DEBUG.

◆ logListener

V2TIMLogListener* logListener

Log callback listener. The callback is in the main thread. Log callbacks can be quite frequent, so be careful not to do too many time-consuming tasks in the callback, which may block the main thread.