Interface ConnectionStatusHandler

  • All Implemented Interfaces:

    
    public interface ConnectionStatusHandler
    
                        

    Connection status change handler.

    Notifies the caller when the SDK-server connection status changes (e.g. connected, connecting, disconnected, suspended, kicked offline, token incorrect, etc.).

    Register via NCEngine.addConnectionStatusHandler.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onConnectionStatusChanged(ConnectionStatusChangedEvent event) Called when the connection status changes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait