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. ReadyEvent The SDK is initialized and ready. HideNoticeEvent Notice has been hidden ShowNoticeEvent The notice is being shown (or needs to be shown) NoticeClickAgreeEvent Click on agree from notice NoticeClickDisagreeEvent Click on disagree from notice NoticeClickMoreInfoEvent Click on learn more from notice NoticeClickPrivacyPolicyEvent Click on privacy policy from notice NoticeClickViewVendorsEvent Click on vendors from notice NoticeClickViewSPIPurposesEvent Click on Sensitive Personal Info from notice HidePreferencesEvent The preferences screen is being hidden ShowPreferencesEvent The preferences screen is being shown PreferencesClickViewPurposesEvent Click view purposes tab. PreferencesClickViewVendorsEvent Click view vendors on purposes view on preferences popup. PreferencesClickViewSPIPurposesEvent Sensitive Personal Info screen is shown. PreferencesClickAgreeToAllEvent Click on agree to all from preferences popup. PreferencesClickDisagreeToAllEvent Click on disagree to all from preferences popup. PreferencesClickAgreeToAllPurposesEvent All purposes switch was toggled to ON. PreferencesClickDisagreeToAllPurposesEvent All purposes switch was toggled to OFF. PreferencesClickResetAllPurposesEvent All purposes switch was toggled to MIDDLE state. PreferencesClickCategoryAgreeEvent Click on agree to a category from preferences popup. PreferencesClickCategoryDisagreeEvent Click on disagree to a category from preferences popup. PreferencesClickPurposeAgreeEvent Click on agree to a purpose from preferences popup. PreferencesClickPurposeDisagreeEvent Click on disagree to a purpose from preferences popup. PreferencesClickSaveChoicesEvent Click on save on the purposes view from preferences popup. PreferencesClickAgreeToAllVendorsEvent All vendors switch was toggled to ON. PreferencesClickDisagreeToAllVendorsEvent All vendors switch was toggled to OFF. PreferencesClickVendorAgreeEvent Click on agree to a vendor from preferences popup PreferencesClickVendorDisagreeEvent Click on disagree to a vendor from preferences popup PreferencesClickVendorSaveChoicesEvent Click on save on the vendors view from preferences popup PreferencesClickSPIPurposeAgreeEvent Sensitive Personal Info screen Purpose is enabled. PreferencesClickSPIPurposeDisagreeEvent Sensitive Personal Info screen Purpose is disabled. PreferencesClickSPICategoryAgreeEvent Sensitive Personal Info category is enabled. PreferencesClickSPICategoryDisagreeEvent Sensitive Personal Info Category is disabled. PreferencesClickSPIPurposeSaveChoicesEvent Sensitive Personal Info consent is saved. 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.