Success

class Success(val descriptor: ConnectionDescriptor, val state: Any, val server: Server) : SASManager.Result

A Result indicating that the connection was successfully created.

Parameters

server
a Server object encapsulating a successfully created connection.

Constructors

Link copied to clipboard
constructor(descriptor: ConnectionDescriptor, state: Any, server: Server)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Any