Uses of Enum
com.bitheads.braincloud.client.ServiceName
Packages that use ServiceName
Package
Description
-
Uses of ServiceName in com.bitheads.braincloud.client
Methods in com.bitheads.braincloud.client that return ServiceNameModifier and TypeMethodDescriptionstatic ServiceNameReturns the enum constant of this type with the specified name.static ServiceName[]ServiceName.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 ServiceNameModifier 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 ServiceName in com.bitheads.braincloud.comms
Methods in com.bitheads.braincloud.comms that return ServiceNameMethods in com.bitheads.braincloud.comms with parameters of type ServiceNameModifier and TypeMethodDescriptionvoidRTTComms.serverCallback(ServiceName serviceName, ServiceOperation serviceOperation, org.json.JSONObject jsonData) voidRTTComms.serverError(ServiceName serviceName, ServiceOperation serviceOperation, int statusCode, int reasonCode, String jsonError) voidServerCall.setServiceName(ServiceName _serviceName) Constructors in com.bitheads.braincloud.comms with parameters of type ServiceNameModifierConstructorDescriptionServerCall(ServiceName serviceName, ServiceOperation serviceOperation, org.json.JSONObject data, IServerCallback callback) -
Uses of ServiceName in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services with parameters of type ServiceNameModifier 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)