MainConfiguration constructor
MainConfiguration({
- int? generatedOn,
- String? id,
- String? name,
- String? description,
- String? tenantId,
- String? platform,
- String? status,
- int? version,
- String? logoBase64,
- String? token,
- String? sdkVersion,
- List<
Purpose> ? purposes, - List<
AppPermission> ? permissions, - ConsentBannerConfigs? bannerConfig,
- Map<
String, Map< ? translations,String, String> ?> - bool? isGADEnabled,
- GADConfig? gadConfig,
- SettingsPrompt? settingPrompt,
- bool? reConsentEnabled,
- bool? isSettingsPromptEnabled,
Implementation
MainConfiguration({
this.generatedOn,
this.id,
this.name,
this.description,
this.tenantId,
this.platform,
this.status,
this.version,
this.logoBase64,
this.token,
this.sdkVersion,
this.purposes,
this.permissions,
this.bannerConfig,
this.translations,
this.isGADEnabled,
this.gadConfig,
this.settingPrompt,
this.reConsentEnabled,
this.isSettingsPromptEnabled,
});