public interface LoginCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(IdentityServiceException identityServiceException)
Failure Callback with the exception.
|
void |
onSuccess()
Success Callback with the the KonyUser object as response
|
void onSuccess()
void onFailure(IdentityServiceException identityServiceException)
identityServiceException - it will return the identityServiceException object with required information.