Package io.didomi.sdk.events
Class InitializationEventListener
-
- All Implemented Interfaces:
-
io.didomi.sdk.functionalinterfaces.DidomiEventListener
public class InitializationEventListener extends EventListener
For internal use. A special event listener, automatically removed from the listeners list when a OnReady or OnError event was received.
-
-
Constructor Summary
Constructors Constructor Description InitializationEventListener()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.didomi.sdk.events.EventListener
consentChanged, error, hideNotice, hidePreferences, languageUpdateFailed, languageUpdated, noticeClickAgree, noticeClickDisagree, noticeClickMoreInfo, noticeClickPrivacyPolicy, noticeClickViewSPIPurposes, noticeClickViewVendors, preferencesClickAgreeToAll, preferencesClickAgreeToAllPurposes, preferencesClickAgreeToAllVendors, preferencesClickCategoryAgree, preferencesClickCategoryDisagree, preferencesClickDisagreeToAll, preferencesClickDisagreeToAllPurposes, preferencesClickDisagreeToAllVendors, preferencesClickPurposeAgree, preferencesClickPurposeDisagree, preferencesClickResetAllPurposes, preferencesClickSPICategoryAgree, preferencesClickSPICategoryDisagree, preferencesClickSPIPurposeAgree, preferencesClickSPIPurposeDisagree, preferencesClickSPIPurposeSaveChoices, preferencesClickSaveChoices, preferencesClickVendorAgree, preferencesClickVendorDisagree, preferencesClickVendorSaveChoices, preferencesClickViewPurposes, preferencesClickViewSPIPurposes, preferencesClickViewVendors, ready, showNotice, showPreferences, syncDone, syncError -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-