NIMInitializeOptions constructor

NIMInitializeOptions({
  1. required String appkey,
  2. String? apiVersion,
  3. bool? binaryWebsocket,
  4. String? debugLevel,
  5. bool? loginSDKTypeParamCompat,
  6. int? loginExtensionProviderDelay,
  7. int? tokenProviderDelay,
  8. int? reconnectDelayProviderDelay,
  9. bool? enableV2CloudConversation,
  10. String? flutterSdkVersion,
})

Implementation

NIMInitializeOptions({
  required this.appkey,
  this.apiVersion,
  this.binaryWebsocket,
  this.debugLevel,
  this.loginSDKTypeParamCompat,
  this.loginExtensionProviderDelay,
  this.tokenProviderDelay,
  this.reconnectDelayProviderDelay,
  this.enableV2CloudConversation,
  this.flutterSdkVersion,
});