-
- All Implemented Interfaces:
-
io.didomi.sdk.events.Event
public final class PreferencesClickPurposeAgreeEvent implements Event
Click on agree to a purpose on preferences popup
-
-
Constructor Summary
Constructors Constructor Description PreferencesClickPurposeAgreeEvent(String purposeId)
-
Method Summary
Modifier and Type Method Description final StringgetPurposeId()ID of the purpose -
-
Constructor Detail
-
PreferencesClickPurposeAgreeEvent
PreferencesClickPurposeAgreeEvent(String purposeId)
-
-
Method Detail
-
getPurposeId
final String getPurposeId()
ID of the purpose
-
-
-
-