Package-level declarations
Types
Link copied to clipboard
data class BlueConicResponse(val singleMap: Map<String, String> = emptyMap(), val nestedMap: Map<String, Map<String, String>> = emptyMap(), val properties: Map<String, List<String>> = emptyMap(), val interactions: List<Interaction> = emptyList(), val connections: List<BlueConicClient.Connection> = emptyList(), val segments: List<BlueConicClient.Segment> = emptyList())
Link copied to clipboard
class ConnectivityListener(context: Context, blueConicClient: BlueConicClientImpl) : BroadcastReceiver
Listener for network connectivity. Creates and registers a new ConnectivityListener for callbacks on the client.
Link copied to clipboard
Responsible for handling the calls to the BlueConic server.
Link copied to clipboard
object ConnectorCommands
Link copied to clipboard
object CookieManager
Link copied to clipboard
Link copied to clipboard
class RequestCommand
Hold one command in the request.