Package io.didomi.sdk.events
See: Description
-
Interface Summary Interface Description Event Base event class -
Class Summary Class Description ConsentChangedEvent Consent status has changed ErrorEvent An error occurred within the SDK, preventing initialization. HideNoticeEvent Notice has been hidden HidePreferencesEvent The preferences screen is being hidden NoticeClickAgreeEvent Click on agree on notice NoticeClickDisagreeEvent Click on disagree on notice NoticeClickMoreInfoEvent Click on learn more on notice NoticeClickPrivacyPolicyEvent Click on privacy policy on notice NoticeClickViewVendorsEvent Click on vendors on notice PreferencesClickAgreeToAllEvent Click on agree to all on preferences popup PreferencesClickAgreeToAllPurposesEvent All purposes switch was toggled to ON PreferencesClickAgreeToAllVendorsEvent All vendors switch was toggled to ON PreferencesClickCategoryAgreeEvent Click on agree to a category on preferences popup PreferencesClickCategoryDisagreeEvent Click on disagree to a category on preferences popup PreferencesClickDisagreeToAllEvent Click on disagree to all on preferences popup PreferencesClickDisagreeToAllPurposesEvent All purposes switch was toggled to OFF PreferencesClickDisagreeToAllVendorsEvent All vendors switch was toggled to OFF PreferencesClickPurposeAgreeEvent Click on agree to a purpose on preferences popup PreferencesClickPurposeDisagreeEvent Click on disagree to a purpose on preferences popup PreferencesClickResetAllPurposesEvent All purposes switch was toggled to MIDDLE PreferencesClickSaveChoicesEvent Click on save on the purposes view on preferences popup PreferencesClickVendorAgreeEvent Click on agree to a vendor on preferences popup PreferencesClickVendorDisagreeEvent Click on disagree to a vendor on preferences popup PreferencesClickVendorSaveChoicesEvent Click on save on the vendors view on preferences popup PreferencesClickViewPurposesEvent Click view purposes tab PreferencesClickViewVendorsEvent Click view vendors on purposes view on preferences popup ReadyEvent The SDK is initialized and readyWarning: This only gets fired once. ShowNoticeEvent The notice is being shown (or needs to be shown) ShowPreferencesEvent The preferences screen is being shown SyncDoneEvent The Didomi SDK is done syncing the user consent status with the remote server. SyncErrorEvent The Didomi SDK failed syncing the user consent status with the remote server. LanguageUpdatedEvent The language update is complete. LanguageUpdateFailedEvent The language update encountered was not completed EventListener Base class for event listeners passed to our SDKWe defined all event handlers as empty functions so that apps can only override the ones that they care about EventsRepository SDK Events repository InitializationEventListener For internal use.