-
- All Implemented Interfaces:
public final class ConfigurationRepositoryKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static Regulationregulation
-
Method Summary
Modifier and Type Method Description final RegulationgetRegulation()final static BooleanisSubjectToRegulation(ConfigurationRepository $self, CountryHelper countryHelper)Check if user is subject to any regulation based on multi or legacy regulation schema. final static BooleanuseCcpa(ConfigurationRepository $self)Determine if we should use CCPA regulation final static BooleanuseConsentNoticeBottomFragment(ConfigurationRepository $self)Check if require ConsentNoticeBottomFragment final static BooleanuseCpra(ConfigurationRepository $self)-
-
Method Detail
-
getRegulation
final Regulation getRegulation()
-
isSubjectToRegulation
final static Boolean isSubjectToRegulation(ConfigurationRepository $self, CountryHelper countryHelper)
Check if user is subject to any regulation based on multi or legacy regulation schema.
-
useCcpa
final static Boolean useCcpa(ConfigurationRepository $self)
Determine if we should use CCPA regulation
-
useConsentNoticeBottomFragment
final static Boolean useConsentNoticeBottomFragment(ConfigurationRepository $self)
Check if require ConsentNoticeBottomFragment
-
useCpra
final static Boolean useCpra(ConfigurationRepository $self)
-
-
-
-