ZegoEngineConfig class
引擎进阶配置
Constructors
-
ZegoEngineConfig({ZegoLogConfig? logConfig, Map<
String, String> ? advancedConfig})
Properties
-
advancedConfig
↔ Map<
String, String> ? -
进阶功能配置,未设置时默认不使用任何特殊功能,如需使用,请联系 ZEGO 技术支持。
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logConfig ↔ ZegoLogConfig?
-
日志配置,未设置时使用默认配置(详见 ZegoLogConfig)。
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited