Result
Types
Link copied to clipboard
class Failure(val descriptor: ConnectionDescriptor, val state: Any, val message: String?) : SASManager.Result
A Result indicating that the connection could not be created.
Link copied to clipboard
class Success(val descriptor: ConnectionDescriptor, val state: Any, val server: Server) : SASManager.Result
A Result indicating that the connection was successfully created.