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