public interface InitCallback
Modifier and Type | Method and Description |
---|---|
void |
onFailure(KonyException konyException)
Failure Callback with the KonyException as response.
|
void |
onSuccess(JSONObject serviceDoc)
Success Callback with the JSONObject as response.
|
void onSuccess(JSONObject serviceDoc)
serviceDoc
- it will return the serviceDoc in JSONObject format.void onFailure(KonyException konyException)
konyException
- it will return the KonyException object with required information