RCIMIWEngineOptions.create constructor

RCIMIWEngineOptions.create({
  1. String? naviServer,
  2. String? fileServer,
  3. String? statisticServer,
  4. String? logServer,
  5. String? cloudControlServer,
  6. RCIMIWAreaCode? areaCode,
  7. String? environment,
  8. bool? kickReconnectDevice,
  9. RCIMIWCompressOptions? compressOptions,
  10. RCIMIWLogLevel? logLevel,
  11. RCIMIWPushOptions? pushOptions,
  12. bool? enablePush,
  13. bool? enableIPC,
})

Implementation

RCIMIWEngineOptions.create({
  this.naviServer,
  this.fileServer,
  this.statisticServer,
  this.logServer,
  this.cloudControlServer,
  this.areaCode,
  this.environment,
  this.kickReconnectDevice,
  this.compressOptions,
  this.logLevel,
  this.pushOptions,
  this.enablePush,
  this.enableIPC,
});