public interface ApiResultContainer
Modifier and Type | Method and Description |
---|---|
void |
onApiErrorResult(org.json.JSONObject error)
This method used to communicate and handle error response
|
void |
onApiSuccessResult(org.json.JSONObject success)
This method used to communicate and handle success response
|
void |
onApiSuccessResult(org.json.JSONObject success,
java.lang.String UID)
This method used to communicate and handle success response
|
void onApiErrorResult(org.json.JSONObject error)
error
- json error responsevoid onApiSuccessResult(org.json.JSONObject success)
success
- json success responsevoid onApiSuccessResult(org.json.JSONObject success, java.lang.String UID)
success
- json success responseUID
- aadhaar number/VID