Uses of Interface
com.bitheads.braincloud.client.IRelayConnectCallback
Packages that use IRelayConnectCallback
-
Uses of IRelayConnectCallback in com.bitheads.braincloud.comms
Methods in com.bitheads.braincloud.comms with parameters of type IRelayConnectCallbackModifier and TypeMethodDescriptionvoidRelayComms.connect(RelayConnectionType connectionType, org.json.JSONObject options, IRelayConnectCallback callback) Start off a connection, based off connection type to brainCloud's Relay Servers. -
Uses of IRelayConnectCallback in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services with parameters of type IRelayConnectCallbackModifier and TypeMethodDescriptionvoidRelayService.connect(RelayConnectionType connectionType, org.json.JSONObject options, IRelayConnectCallback callback) Start a connection, based on connection type to brainClouds Relay Servers.