NIMWINDOWSSDKOptions constructor

NIMWINDOWSSDKOptions(
  1. {String? databaseEncryptKey,
  2. bool? enableClientAntispam = false,
  3. bool? enabledHttps = true,
  4. bool? needUpdateLbsBeforeRelogin = false,
  5. bool? shouldVchatMissMessageMarkUnread = false,
  6. int? maxAutoLoginRetryTimes = 0,
  7. String? preloadImageNameTemplate,
  8. int? preloadImageQuality,
  9. String? preloadImageResize,
  10. bool? useAssetServerConfig,
  11. required String appKey,
  12. String? sdkRootDir,
  13. int? cndTrackInterval,
  14. int? customClientType,
  15. bool? shouldSyncStickTopSessionInfos,
  16. bool? enableReportLogAutomatically,
  17. String? loginCustomTag,
  18. bool? enableDatabaseBackup,
  19. bool? shouldSyncUnreadCount,
  20. bool? shouldConsiderRevokedMessageUnreadCount,
  21. bool? enableTeamMessageReadReceipt,
  22. bool? shouldTeamNotificationMessageMarkUnread,
  23. bool? enableAnimatedImageThumbnail,
  24. bool? enablePreloadMessageAttachment,
  25. NIMLoginInfo? autoLoginInfo,
  26. Map<NIMNosScene, int>? nosSceneConfig}
)

Implementation

NIMWINDOWSSDKOptions