-
- All Implemented Interfaces:
-
io.didomi.sdk.apiEvents.ApiEventParameters
public final class ConsentAskedApiEventParameters implements ApiEventParameters
Parameters of the ConsentAskedApiEvents
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<String>purposeIdsprivate final Set<String>legIntPurposeIdsprivate final Set<String>vendorIdsprivate final Set<String>vendorLegIntIdsprivate final Stringposition
-
Method Summary
Modifier and Type Method Description final Set<String>getPurposeIds()Purposes that we are asking the user consent for final Set<String>getLegIntPurposeIds()Legitimate interest purposes that we are asking the user consent for final Set<String>getVendorIds()Vendors that we are asking the user consent for final Set<String>getVendorLegIntIds()Vendors that we are asking Legitimate Interest data processing for final StringgetPosition()Notice position -
-
Method Detail
-
getPurposeIds
final Set<String> getPurposeIds()
Purposes that we are asking the user consent for
-
getLegIntPurposeIds
final Set<String> getLegIntPurposeIds()
Legitimate interest purposes that we are asking the user consent for
-
getVendorIds
final Set<String> getVendorIds()
Vendors that we are asking the user consent for
-
getVendorLegIntIds
final Set<String> getVendorLegIntIds()
Vendors that we are asking Legitimate Interest data processing for
-
getPosition
final String getPosition()
Notice position
-
-
-
-