Uses of Class
com.bitheads.braincloud.client.RelayConnectionType
| Package | Description |
|---|---|
| com.bitheads.braincloud.client | |
| com.bitheads.braincloud.comms | |
| com.bitheads.braincloud.services |
-
Uses of RelayConnectionType in com.bitheads.braincloud.client
Methods in com.bitheads.braincloud.client that return RelayConnectionType Modifier and Type Method Description static RelayConnectionTypeRelayConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelayConnectionType[]RelayConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RelayConnectionType in com.bitheads.braincloud.comms
Methods in com.bitheads.braincloud.comms with parameters of type RelayConnectionType Modifier and Type Method Description voidRelayComms. connect(RelayConnectionType connectionType, org.json.JSONObject options, IRelayConnectCallback callback)Start off a connection, based off connection type to brainCloud's Relay Servers. -
Uses of RelayConnectionType in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services with parameters of type RelayConnectionType Modifier and Type Method Description voidRelayService. connect(RelayConnectionType connectionType, org.json.JSONObject options, IRelayConnectCallback callback)Start a connection, based on connection type to brainClouds Relay Servers.