-
- All Implemented Interfaces:
-
io.didomi.sdk.events.Event
public final class PreferencesClickVendorDisagreeEvent implements Event
Click on disagree to a vendor on preferences popup
-
-
Constructor Summary
Constructors Constructor Description PreferencesClickVendorDisagreeEvent(String vendorId)
-
Method Summary
Modifier and Type Method Description final StringgetVendorId()ID of the vendor -
-
Constructor Detail
-
PreferencesClickVendorDisagreeEvent
PreferencesClickVendorDisagreeEvent(String vendorId)
-
-
Method Detail
-
getVendorId
final String getVendorId()
ID of the vendor
-
-
-
-