interface RCIMIWEngineOptions {
    naviServer?: string;
    fileServer?: string;
    statisticServer?: string;
    areaCode?: RCIMIWAreaCode;
    kickReconnectDevice?: boolean;
    compressOptions?: RCIMIWCompressOptions;
    logLevel?: RCIMIWLogLevel;
    pushOptions?: RCIMIWPushOptions;
    enablePush?: boolean;
    enableIPC?: boolean;
}

Properties

naviServer?: string

私有部署的导航服务器地址。

fileServer?: string

私有部署的媒体服务器地址,即文件和图片的上传地址。使用私有云时必须填写。

statisticServer?: string

配置数据上传地址

areaCode?: RCIMIWAreaCode

数据中心区域码

kickReconnectDevice?: boolean

设置断线重连时是否踢出重连设备。 用户没有开通多设备登录功能的前提下,同一个账号在一台新设备上登录的时候,会把这个账号在之前登录的设备上踢出。

compressOptions?: RCIMIWCompressOptions

压缩项配置

logLevel?: RCIMIWLogLevel

日志级别

pushOptions?: RCIMIWPushOptions

Android 推送参数配置

enablePush?: boolean

Android 推送总开关

enableIPC?: boolean

是否开启单进程