BannerConfig class

Constructors

BannerConfig({bool? hideCloseButton, bool? hideAcceptButton, bool? embedDSRPortalLink, bool? recordConsentUponAppStart, bool? hideToggleForEssentialCategories, String? name, String? dsrPortalLink, ComplianceType? complianceType, String? bannerReappearanceTime, String? privacyNoticeLink, Map<String, String>? accept, Map<String, String>? reject, Map<String, String>? bannerText, Map<String, String>? bannerHeading, Map<String, String>? sdkTabHeading, Map<String, String>? privacyNoticeText, Map<String, String>? preferenceCenterLink, Map<String, String>? permissionsTabHeading, Map<String, String>? permissionsTabGuidance, Map<String, String>? preferenceCenterHeading, Map<String, String>? preferenceCenterGuidance, Map<String, String>? permissionsTabDescription, Map<String, String>? preferenceCenterDescription, bool? showDescriptionTextWithPrefCenterToggle, int? paletteTheme, BannerPosition? bannerPosition, ButtonShape? buttonShape, CustomColors? customPaletteTheme, bool? shouldShowSettingsPrompt, Map<String, Map<String, String>?>? translations})
BannerConfig.fromJson(Map<String, dynamic> json)
factory

Properties

accept Map<String, String>?
final
bannerHeading Map<String, String>?
final
bannerPosition BannerPosition?
final
bannerReappearanceTime String?
final
bannerText Map<String, String>?
final
buttonShape ButtonShape?
final
final
complianceType ComplianceType?
final
customPaletteTheme CustomColors?
final
final
final
hashCode int
The hash code for this object.
no setterinherited
hideAcceptButton bool?
final
hideCloseButton bool?
final
hideToggleForEssentialCategories bool?
final
name String?
final
paletteTheme int?
final
permissionsTabDescription Map<String, String>?
final
permissionsTabGuidance Map<String, String>?
final
permissionsTabHeading Map<String, String>?
final
preferenceCenterDescription Map<String, String>?
final
preferenceCenterGuidance Map<String, String>?
final
preferenceCenterHeading Map<String, String>?
final
final
final
privacyNoticeText Map<String, String>?
final
recordConsentUponAppStart bool?
final
reject Map<String, String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkTabHeading Map<String, String>?
final
shouldShowSettingsPrompt bool?
final
showDescriptionTextWithPrefCenterToggle bool?
final
final
translations Map<String, Map<String, String>?>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited