Interface SessionParams.ErrorReporter

Enclosing class:
SessionParams

public static interface SessionParams.ErrorReporter
Interface for handling serious errors with connection.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSessionError(Endpoint endpoint, String oldSessionID, String newSessionId)
     
  • Method Details

    • onSessionError

      void onSessionError(Endpoint endpoint, String oldSessionID, String newSessionId)