Interface SdkInitializationListener


  • public interface SdkInitializationListener
    Interface to provide publisher callback when SDK initialization process is complete.
    • Method Detail

      • onInitializationComplete

        void onInitializationComplete​(java.lang.Error error)
        Method invoked when SDK initialization process is complete.
        Parameters:
        error - Returns the error object. It will be null in case of success, otherwise use Throwable.getMessage() to know the cause of Initialization failure.