RCIMIWEngineOptions class
Constructors
- RCIMIWEngineOptions.create({String? fileServer, String? statisticServer, RCIMIWAreaCode? areaCode, bool? kickReconnectDevice, RCIMIWCompressOptions? compressOptions, RCIMIWLogLevel? logLevel, RCIMIWPushOptions? pushOptions, bool? enablePush, bool? enableIPC})
-
RCIMIWEngineOptions.fromJson(Map<
String, dynamic> json)
Properties
- areaCode ↔ RCIMIWAreaCode?
-
数据中心区域码
getter/setter pair
- compressOptions ↔ RCIMIWCompressOptions?
-
压缩项配置
getter/setter pair
- enableIPC ↔ bool?
-
getter/setter pair
- enablePush ↔ bool?
-
getter/setter pair
- fileServer ↔ String?
-
私有部署的媒体服务器地址,即文件和图片的上传地址。使用私有云时必须填写。
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kickReconnectDevice ↔ bool?
-
设置断线重连时是否踢出重连设备。
用户没有开通多设备登录功能的前提下,同一个账号在一台新设备上登录的时候,会把这个账号在之前登录的设备上踢出。
getter/setter pair
- logLevel ↔ RCIMIWLogLevel?
-
日志级别
getter/setter pair
-
私有部署的导航服务器地址。
getter/setter pair
- pushOptions ↔ RCIMIWPushOptions?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statisticServer ↔ String?
-
配置数据上传地址
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited