Package io.didomi.sdk.events
Class PreferencesClickSPICategoryAgreeEvent
-
- All Implemented Interfaces:
-
io.didomi.sdk.events.Event
@Deprecated(message = "SPI purposes are now treated as other purposes.", replaceWith = @ReplaceWith(imports = {}, expression = "PreferencesClickCategoryAgreeEvent")) public final class PreferencesClickSPICategoryAgreeEvent implements Event
Sensitive Personal Info category is enabled.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcategoryId
-
Constructor Summary
Constructors Constructor Description PreferencesClickSPICategoryAgreeEvent(String categoryId)
-
Method Summary
Modifier and Type Method Description final StringgetCategoryId()ID of the category -
-
Constructor Detail
-
PreferencesClickSPICategoryAgreeEvent
PreferencesClickSPICategoryAgreeEvent(String categoryId)
-
-
Method Detail
-
getCategoryId
final String getCategoryId()
ID of the category
-
-
-
-