public interface KNYCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(Object errorObject)
Failure Callback with the KonyException as response.
|
void |
onSuccess(Object object)
Success Callback with JSObject response.
|
void onSuccess(Object object)
object - it will return the Object as a response.void onFailure(Object errorObject)
errorObject - it will return the error object as response.