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