public interface ApiJsonOperationCallback
Modifier and Type | Method and Description |
---|---|
void |
onCompleted(com.google.gson.JsonElement jsonObject,
Exception exception,
ServiceFilterResponse response)
Method to call when the operation is completed
|
void onCompleted(com.google.gson.JsonElement jsonObject, Exception exception, ServiceFilterResponse response)
jsonElement
- The obtained jsonElementexception
- An exception representing the error, in case there was oneresponse
- Response object