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