NIMAndroidSDKOptions constructor
NIMAndroidSDKOptions(- {bool improveSDKProcessPriority = true,
- bool preLoadServers = true,
- bool reducedIM = false,
- bool checkManifestConfig = false,
- bool disableAwake = false,
- bool enabledQChatMessageCache = false,
- String? databaseEncryptKey,
- int thumbnailSize = 350,
- int fetchServerTimeInterval = 2000,
- String? customPushContentType,
- NIMMixPushConfig? mixPushConfig,
- NIMStatusBarNotificationConfig? notificationConfig,
- bool enableFcs = true,
- NIMDisplayNameForMessageNotifierProvider? displayNameForMessageNotifierProvider,
- NIMAvatarForMessageNotifierProvider? avatarForMessageNotifierProvider,
- NIMDisplayTitleForMessageNotifierProvider? displayTitleForMessageNotifierProvider,
- NIMMakeNotifyContentProvider? makeNotifyContentProvider,
- NIMMakeTickerProvider? makeTickerProvider,
- NIMMakeRevokeMsgTipProvider? makeRevokeMsgTipProvider,
- required String appKey,
- String? sdkRootDir,
- int? cdnTrackInterval,
- int? customClientType,
- bool? shouldSyncStickTopSessionInfos,
- bool? enableReportLogAutomatically,
- String? loginCustomTag,
- bool? enableDatabaseBackup,
- bool? shouldSyncUnreadCount,
- bool? shouldConsiderRevokedMessageUnreadCount,
- bool? enableTeamMessageReadReceipt,
- bool? shouldTeamNotificationMessageMarkUnread,
- bool? enableAnimatedImageThumbnail,
- bool? enablePreloadMessageAttachment,
- bool? useAssetServerAddressConfig,
- NIMLoginInfo? autoLoginInfo,
- Map<NIMNosScene, int>? nosSceneConfig,
- NIMServerConfig? serverConfig}
)
Implementation
NIMAndroidSDKOptions