-
- All Implemented Interfaces:
-
io.didomi.sdk.events.Event
public final class PreferencesClickCategoryDisagreeEvent implements Event
Click on disagree to a category on preferences popup
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcategoryId
-
Constructor Summary
Constructors Constructor Description PreferencesClickCategoryDisagreeEvent(String categoryId)
-
Method Summary
Modifier and Type Method Description final StringgetCategoryId()ID of the category -
-
Constructor Detail
-
PreferencesClickCategoryDisagreeEvent
PreferencesClickCategoryDisagreeEvent(String categoryId)
-
-
Method Detail
-
getCategoryId
final String getCategoryId()
ID of the category
-
-
-
-