TCICConfig constructor

TCICConfig({
  1. required String token,
  2. required String classId,
  3. required String userId,
  4. String? nativeSdkVersion,
  5. String? groupLiveCode,
  6. RoleEnum? role,
  7. TCICLangConfig? langConfig,
  8. TCICNameConfig? nameConfig,
  9. TCICFontConfig? fontConfig,
  10. List<TCICComponentConfig>? componentConfig,
  11. bool? isLatestBackend = false,
  12. bool? isTestBackend = false,
  13. TCICBasicConfig? basicConfig,
  14. TCICBoardConfig? boardConfig,
  15. TCICLayoutConfig? layoutConfig,
  16. TCICWatermarkConfig? watermarkConfig,
  17. TCICToastConfig? toastConfig,
  18. 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,
});