public interface AuthCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onFail(java.lang.Exception e)
Calls when something goes wrong.
|
void |
onSuccess(GdxFirebaseUser user)
Calls when everything was done without issues.
|
void onSuccess(GdxFirebaseUser user)
user - User instance of currently logged in user, not null.void onFail(java.lang.Exception e)
e - Exception describes what was wrong during authorization.