Package io.didomi.sdk.remote
Interface HttpResponseJSONListener
-
- All Superinterfaces:
HttpResponseListener
public interface HttpResponseJSONListener extends HttpResponseListener
Interface to implement to listen to HTTP responses
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFailure(org.json.JSONObject jsonObject)voidonSuccess(org.json.JSONObject jsonObject)
-