public class DefaultUserLoginCallback extends Object implements IUserLoginCallback
IUserLoginCallback.| Constructor and Description |
|---|
DefaultUserLoginCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onUserLogin(LoginInfo aInfo)
Called when a user is successfully logged in.
|
void |
onUserLoginError(String sUserID,
ELoginResult eLoginResult)
Called when a user failed to logged in.
|
public void onUserLogin(@Nonnull LoginInfo aInfo)
IUserLoginCallbackonUserLogin in interface IUserLoginCallbackaInfo - The login info of the user that just logged in. Never
null.public void onUserLoginError(@Nonnull@Nonempty String sUserID, @Nonnull ELoginResult eLoginResult)
IUserLoginCallbackonUserLoginError in interface IUserLoginCallbacksUserID - The ID of the user who tried to login. Never null.eLoginResult - The login result indicating the login error.Copyright © 2014–2015 Philip Helger. All rights reserved.