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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

      • InitializationEventListener

        InitializationEventListener()
    • Method Detail