Package io.didomi.sdk.events
Class PreferencesClickSPIPurposeAgreeEvent
-
- All Implemented Interfaces:
-
io.didomi.sdk.events.Event
@Deprecated(message = "SPI purposes are now treated as other purposes.", replaceWith = @ReplaceWith(imports = {}, expression = "PreferencesClickPurposeAgreeEvent")) public final class PreferencesClickSPIPurposeAgreeEvent implements Event
Sensitive Personal Info screen Purpose is enabled.
-
-
Constructor Summary
Constructors Constructor Description PreferencesClickSPIPurposeAgreeEvent(String purposeId)
-
Method Summary
Modifier and Type Method Description final StringgetPurposeId()ID of the purpose -
-
Constructor Detail
-
PreferencesClickSPIPurposeAgreeEvent
PreferencesClickSPIPurposeAgreeEvent(String purposeId)
-
-
Method Detail
-
getPurposeId
final String getPurposeId()
ID of the purpose
-
-
-
-