Uses of Enum
com.bitheads.braincloud.client.ServiceOperation
Packages that use ServiceOperation
Package
Description
-
Uses of ServiceOperation in com.bitheads.braincloud.client
Methods in com.bitheads.braincloud.client that return ServiceOperationModifier and TypeMethodDescriptionstatic ServiceOperationReturns the enum constant of this type with the specified name.static ServiceOperation[]ServiceOperation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bitheads.braincloud.client with parameters of type ServiceOperationModifier and TypeMethodDescriptionvoidIGlobalErrorCallback.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.voidBrainCloudWrapper.serverCallback(ServiceName serviceName, ServiceOperation serviceOperation, org.json.JSONObject jsonData) The serverCallback() method returns server data back to the layer interfacing with the BrainCloud library.voidIBrainCloudWrapper.serverCallback(ServiceName serviceName, ServiceOperation serviceOperation, org.json.JSONObject jsonData) The serverCallback() method returns server data back to the layer interfacing with the BrainCloud library.voidIdentityCallback.serverCallback(ServiceName serviceName, ServiceOperation serviceOperation, org.json.JSONObject jsonData) voidIServerCallback.serverCallback(ServiceName serviceName, ServiceOperation serviceOperation, org.json.JSONObject jsonData) The serverCallback() method returns server data back to the layer interfacing with the BrainCloud library.voidBrainCloudWrapper.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.voidIBrainCloudWrapper.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.voidIdentityCallback.serverError(ServiceName in_serviceName, ServiceOperation in_serviceOperation, int in_statusCode, int in_reasonCode, String jsonString) voidIServerCallback.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. -
Uses of ServiceOperation in com.bitheads.braincloud.comms
Methods in com.bitheads.braincloud.comms that return ServiceOperationMethods in com.bitheads.braincloud.comms with parameters of type ServiceOperationModifier and TypeMethodDescriptionvoidRTTComms.serverCallback(ServiceName serviceName, ServiceOperation serviceOperation, org.json.JSONObject jsonData) voidRTTComms.serverError(ServiceName serviceName, ServiceOperation serviceOperation, int statusCode, int reasonCode, String jsonError) voidServerCall.setServiceOperation(ServiceOperation _serviceOperation) Constructors in com.bitheads.braincloud.comms with parameters of type ServiceOperationModifierConstructorDescriptionServerCall(ServiceName serviceName, ServiceOperation serviceOperation, org.json.JSONObject data, IServerCallback callback) -
Uses of ServiceOperation in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services with parameters of type ServiceOperationModifier and TypeMethodDescriptionvoidGamificationService.checkForAchievementsToAward(ServiceName serviceName, ServiceOperation serviceOperation, String data) voidIAchievementsDelegate.serverCallback(ServiceName serviceName, ServiceOperation serviceOperation, String jsonData) voidLobbyService.serverCallback(ServiceName serviceName, ServiceOperation serviceOperation, org.json.JSONObject jsonData) voidLobbyService.serverError(ServiceName serviceName, ServiceOperation serviceOperation, int statusCode, int reasonCode, String jsonError)