Uses of Enum
com.bitheads.braincloud.client.RelayConnectionType
Packages that use RelayConnectionType
Package
Description
-
Uses of RelayConnectionType in com.bitheads.braincloud.client
Methods in com.bitheads.braincloud.client that return RelayConnectionTypeModifier and TypeMethodDescriptionstatic RelayConnectionTypeReturns 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 RelayConnectionTypeModifier 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 RelayConnectionType in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services with parameters of type RelayConnectionTypeModifier and TypeMethodDescriptionvoidRelayService.connect(RelayConnectionType connectionType, org.json.JSONObject options, IRelayConnectCallback callback) Start a connection, based on connection type to brainClouds Relay Servers.