Class
V2TIMSDKConfig
public class V2TIMSDKConfig
Definition of V2TIMSDKConfig
Initializers
init()
public init()
Properties
description
public var description: String
logLevel
public var logLevel: V2TIMLogLevel
Log level to write file. Its default value is DEBUG. The log files are stored in the /Library/Caches/ directory by default.
logListener
public var logListener: V2TIMLogListener?
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.