NERoomKitOptions class Null safety

提供初始化配置 appKey appKey useAssetServerConfig 是否读取私有化配置文件,默认为false serverConfig 服务器配置项 extras 预留字段

Constructors

NERoomKitOptions({required String appKey, bool useAssetServerConfig = false, NEServerConfig? serverConfig, Map<String, String>? extras, bool reuseIM = false})

Properties

appKey String
应用 appKey
final
extras Map<String, String>
额外参数
final
hashCode int
The hash code for this object.
read-only, inherited
reuseIM bool
im 是否复用
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverConfig NEServerConfig?
私有化配置
final
useAssetServerConfig bool
是否解析 assets 目录下的私有化配置文件
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited