Package io.didomi.sdk.events
Class SyncDoneEvent
-
- All Implemented Interfaces:
-
io.didomi.sdk.events.Event
@Deprecated(message = "Use syncReady SyncReadyEvent", replaceWith = @ReplaceWith(imports = {}, expression = "SyncReadyEvent")) public final class SyncDoneEvent implements Event
The Didomi SDK is done syncing the user consent status with the remote server.
-
-
Field Summary
Fields Modifier and Type Field Description private StringorganizationUserId
-
Constructor Summary
Constructors Constructor Description SyncDoneEvent(String organizationUserId)
-
Method Summary
Modifier and Type Method Description final StringgetOrganizationUserId()Organization user ID that was synced final UnitsetOrganizationUserId(String organizationUserId)Organization user ID that was synced -
-
Constructor Detail
-
SyncDoneEvent
SyncDoneEvent(String organizationUserId)
-
-
Method Detail
-
getOrganizationUserId
final String getOrganizationUserId()
Organization user ID that was synced
-
setOrganizationUserId
final Unit setOrganizationUserId(String organizationUserId)
Organization user ID that was synced
-
-
-
-