Connector

class Connector(configuration: Configuration)

Responsible for handling the calls to the BlueConic server.

Constructors

Link copied to clipboard
constructor(configuration: Configuration)

Types

Link copied to clipboard
inner class Responses

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun execute(commands: List<RequestCommand>, domainGroup: String, screenName: String?): Connector.Responses

Executes a list of commands and returns the responses.

Link copied to clipboard
fun setSimulatorData(simulatorUserName: String?, simulatorMobileSessionId: String?): Boolean

Sets the information used to connect to the simulator.

Link copied to clipboard
fun setZoneId(connectorZoneId: String?)