Interface PrivateChannelEventListener

    • Method Detail

      • onAuthenticationFailure

        void onAuthenticationFailure​(java.lang.String message,
                                     java.lang.Exception e)
        Called when an attempt to authenticate a private channel fails.
        Parameters:
        message - A description of the problem.
        e - An associated exception, if available.