Definition of V2TIMSDKConfig.
Public Member Functions | |
V2TIMSDKConfig () | |
V2TIMSDKConfig (const V2TIMSDKConfig &) | |
~V2TIMSDKConfig () | |
Data Fields | |
V2TIMString | initPath |
V2TIMString | logPath |
V2TIMLogLevel | logLevel |
V2TIMLogListener * | logListener |
V2TIMSDKConfig | ( | ) |
V2TIMSDKConfig | ( | const V2TIMSDKConfig & | ) |
~V2TIMSDKConfig | ( | ) |
V2TIMString initPath |
Initialize path, must be set in for Android platform, optional for other platforms.
V2TIMString logPath |
log path,must be set in for Android platform, optional for other platforms
V2TIMLogLevel logLevel |
Log level to write file. Its default value is DEBUG.
V2TIMLogListener* logListener |
Log callback listener. Because callbacks are triggered in the main thread and log callbacks can occur frequently, do not execute time-consuming tasks synchronously in a callback, or the main thread may be blocked.