public interface ObjectServiceCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(ObjectServiceException objectServiceException)
Failure Callback with the exception.
|
void |
onSuccess(JSONObject response)
Success Callback with the the JSONObject as response
|
void onSuccess(JSONObject response) throws KonyException
response - - it will return integration service data as JSONObjectKonyExceptionvoid onFailure(ObjectServiceException objectServiceException)
objectServiceException - it will return the ObjectServiceException object with required information.