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