Interface SinchClientListener

    • Method Detail

      • onClientStarted

        void onClientStarted​(SinchClient client)
        Tells the listener that the client has started and ready for initiating outgoing calls.
        Parameters:
        client - The client informing the listener that it started.
      • onClientFailed

        void onClientFailed​(SinchClient client,
                            SinchError error)
        Tells the listener that there was an error in the SinchClient.
        Parameters:
        client - The SinchClient informing the listener that an error occurred.
        error - SinchError object that describes the problem.
      • onLogMessage

        void onLogMessage​(int level,
                          java.lang.String area,
                          java.lang.String message)
        Optional method for handling log messages from the underlying calling functionality.
        Parameters:
        level - the severity level. Same levels as Log
        area - the underlying functionality reporting the message
        message - the log message