-
- All Implemented Interfaces:
public final class UserChoicesInfoProviderKt
-
-
Method Summary
Modifier and Type Method Description final static UnitinitializeIfNeeded(UserChoicesInfoProvider $self, ConsentToken consentToken, VendorRepository vendorRepository)Initialize choices based on consent token and purposes available in VendorRepository final static BooleangetPersonalDataCheckedState(UserChoicesInfoProvider $self, Purpose personalData)Checks whether personal data should be marked as Checked in UI -
-
Method Detail
-
initializeIfNeeded
final static Unit initializeIfNeeded(UserChoicesInfoProvider $self, ConsentToken consentToken, VendorRepository vendorRepository)
Initialize choices based on consent token and purposes available in VendorRepository
-
getPersonalDataCheckedState
final static Boolean getPersonalDataCheckedState(UserChoicesInfoProvider $self, Purpose personalData)
Checks whether personal data should be marked as Checked in UI
- Parameters:
personalData- personal data to check
-
-
-
-