NERoomKitOptions class

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

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

NERoomKitOptions({required String appKey, bool useAssetServerConfig = false, NEServerConfig? serverConfig, String? serverUrl, Map<String, String>? extras})
NERoomKitOptions.fromJson(Map map)
factory

Properties

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

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