TCICConfig constructor
TCICConfig({
- required String token,
- required String classId,
- required String userId,
- String? nativeSdkVersion,
- String? groupLiveCode,
- RoleEnum? role,
- TCICLangConfig? langConfig,
- TCICNameConfig? nameConfig,
- TCICFontConfig? fontConfig,
- List<
TCICComponentConfig> ? componentConfig, - bool? isLatestBackend = false,
- bool? isTestBackend = false,
- TCICBasicConfig? basicConfig,
- TCICBoardConfig? boardConfig,
- TCICLayoutConfig? layoutConfig,
- TCICWatermarkConfig? watermarkConfig,
- TCICToastConfig? toastConfig,
- TCICLogLevelEnum? logLevel,
Implementation
TCICConfig({
required this.token,
required this.classId,
required this.userId,
this.nativeSdkVersion,
this.groupLiveCode,
this.role,
this.langConfig,
this.nameConfig,
this.fontConfig,
this.componentConfig,
this.isLatestBackend = false,
this.isTestBackend = false,
this.basicConfig,
this.boardConfig,
this.layoutConfig,
this.watermarkConfig,
this.toastConfig,
this.logLevel,
});