Class ConnectionData

  • All Implemented Interfaces:

    @Immutable() 
    public final class ConnectionData
    
                        

    Model holding data about the SDK connection.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final User getUser()
      final String getConnectionId()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectionData

        ConnectionData(User user, String connectionId)
        Parameters:
        user - The connected User.
        connectionId - The ID of the connection.