public interface WLLoginResponseListener
WLAuthorizationManager.login(String, JSONObject, WLLoginResponseListener)
method implements to receive notifications about the result of the method call.Modifier and Type | Method and Description |
---|---|
void |
onFailure(WLFailResponse response)
Called when
WLAuthorizationManager.login fails. |
void |
onSuccess()
Called when
WLAuthorizationManager.login completes successfully. |
void onSuccess()
WLAuthorizationManager.login
completes successfully.void onFailure(WLFailResponse response)
WLAuthorizationManager.login
fails.response
- Response containing error information.