public interface IntegrationServiceCallback
Modifier and Type | Method and Description |
---|---|
void |
onFailure(IntegrationServiceException integrationServiceException)
Failure Callback with the exception.
|
void |
onSuccess(JSONObject response)
Success Callback with the the JSONObject as response
|
void onSuccess(JSONObject response)
response
- - it will return integration service data as JSONObjectvoid onFailure(IntegrationServiceException integrationServiceException)
integrationServiceException
- it will return the IntegrationServiceException object with required information.