-
Methods in com.bitheads.braincloud.client with parameters of type ServiceOperation
| Modifier and Type |
Method |
Description |
void |
IGlobalErrorCallback.globalError(ServiceName serviceName,
ServiceOperation serviceOperation,
int statusCode,
int reasonCode,
String jsonError) |
Errors are returned back to the layer which is interfacing with the
BrainCloud library through the serverError() callback.
|
void |
BrainCloudWrapper.serverCallback(ServiceName serviceName,
ServiceOperation serviceOperation,
org.json.JSONObject jsonData) |
The serverCallback() method returns server data back to the layer
interfacing with the BrainCloud library.
|
void |
IBrainCloudWrapper.serverCallback(ServiceName serviceName,
ServiceOperation serviceOperation,
org.json.JSONObject jsonData) |
The serverCallback() method returns server data back to the layer
interfacing with the BrainCloud library.
|
void |
IdentityCallback.serverCallback(ServiceName serviceName,
ServiceOperation serviceOperation,
org.json.JSONObject jsonData) |
|
void |
IServerCallback.serverCallback(ServiceName serviceName,
ServiceOperation serviceOperation,
org.json.JSONObject jsonData) |
The serverCallback() method returns server data back to the layer
interfacing with the BrainCloud library.
|
void |
SmartSwitchCallback.serverCallback(ServiceName serviceName,
ServiceOperation serviceOperation,
org.json.JSONObject jsonData) |
|
void |
SmartSwitchCallback.SmartSwitchAdvanced.serverCallback(ServiceName in_serviceName,
ServiceOperation serviceOperation,
String jsonString) |
|
void |
SmartSwitchCallback.SmartSwitchApple.serverCallback(ServiceName in_serviceName,
ServiceOperation serviceOperation,
String jsonString) |
|
void |
SmartSwitchCallback.SmartSwitchEmail.serverCallback(ServiceName in_serviceName,
ServiceOperation serviceOperation,
String jsonString) |
|
void |
SmartSwitchCallback.SmartSwitchExternal.serverCallback(ServiceName in_serviceName,
ServiceOperation serviceOperation,
String jsonString) |
|
void |
SmartSwitchCallback.SmartSwitchFacebook.serverCallback(ServiceName in_serviceName,
ServiceOperation serviceOperation,
String jsonString) |
|
void |
SmartSwitchCallback.SmartSwitchGoogle.serverCallback(ServiceName in_serviceName,
ServiceOperation serviceOperation,
String jsonString) |
|
void |
SmartSwitchCallback.SmartSwitchGoogleOpenId.serverCallback(ServiceName in_serviceName,
ServiceOperation serviceOperation,
String jsonString) |
|
void |
SmartSwitchCallback.SmartSwitchOculus.serverCallback(ServiceName in_serviceName,
ServiceOperation serviceOperation,
String jsonString) |
|
void |
SmartSwitchCallback.SmartSwitchSteam.serverCallback(ServiceName in_serviceName,
ServiceOperation serviceOperation,
String jsonString) |
|
void |
SmartSwitchCallback.SmartSwitchTwitter.serverCallback(ServiceName in_serviceName,
ServiceOperation serviceOperation,
String jsonString) |
|
void |
SmartSwitchCallback.SmartSwitchUltra.serverCallback(ServiceName in_serviceName,
ServiceOperation serviceOperation,
String jsonString) |
|
void |
SmartSwitchCallback.SmartSwitchUniversal.serverCallback(ServiceName in_serviceName,
ServiceOperation serviceOperation,
String jsonString) |
|
void |
BrainCloudWrapper.serverError(ServiceName serviceName,
ServiceOperation serviceOperation,
int statusCode,
int reasonCode,
String jsonError) |
Errors are returned back to the layer which is interfacing with the
BrainCloud library through the serverError() callback.
|
void |
IBrainCloudWrapper.serverError(ServiceName serviceName,
ServiceOperation serviceOperation,
int statusCode,
int reasonCode,
String jsonError) |
Errors are returned back to the layer which is interfacing with the
BrainCloud library through the serverError() callback.
|
void |
IdentityCallback.serverError(ServiceName in_serviceName,
ServiceOperation in_serviceOperation,
int in_statusCode,
int in_reasonCode,
String jsonString) |
|
void |
IServerCallback.serverError(ServiceName serviceName,
ServiceOperation serviceOperation,
int statusCode,
int reasonCode,
String jsonError) |
Errors are returned back to the layer which is interfacing with the
BrainCloud library through the serverError() callback.
|
void |
SmartSwitchCallback.serverError(ServiceName in_serviceName,
ServiceOperation in_serviceOperation,
int in_statusCode,
int in_reasonCode,
String jsonString) |
|
-
-
Methods in com.bitheads.braincloud.services with parameters of type ServiceOperation
| Modifier and Type |
Method |
Description |
void |
GamificationService.checkForAchievementsToAward(ServiceName serviceName,
ServiceOperation serviceOperation,
String data) |
|
void |
IAchievementsDelegate.serverCallback(ServiceName serviceName,
ServiceOperation serviceOperation,
String jsonData) |
|
void |
LobbyService.serverCallback(ServiceName serviceName,
ServiceOperation serviceOperation,
org.json.JSONObject jsonData) |
|
void |
LobbyService.serverError(ServiceName serviceName,
ServiceOperation serviceOperation,
int statusCode,
int reasonCode,
String jsonError) |
|