| Package | Description |
|---|---|
| mk.gdx.firebase | |
| mk.gdx.firebase.distributions |
| Modifier and Type | Method and Description |
|---|---|
void |
GdxFIRAuth.createUserWithEmailAndPassword(java.lang.String email,
char[] password,
AuthCallback callback)
Registers new user and gives response by
AuthCallback. |
void |
GdxFIRAuth.signInAnonymously(AuthCallback callback)
Signs in into application anonymously and gives response by
AuthCallback. |
void |
GdxFIRAuth.signInWithEmailAndPassword(java.lang.String email,
char[] password,
AuthCallback callback)
Signs in into application and gives response by
AuthCallback
If something is wrong onFail(Exception) will be call. |
void |
GdxFIRAuth.signInWithToken(java.lang.String token,
AuthCallback callback)
Signs in into application by token and gives response by
AuthCallback. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthDistribution.createUserWithEmailAndPassword(java.lang.String email,
char[] password,
AuthCallback callback)
Registers new user and gives response by
AuthCallback. |
void |
AuthDistribution.signInAnonymously(AuthCallback callback)
Signs in into application anonymously and gives response by
AuthCallback. |
void |
AuthDistribution.signInWithEmailAndPassword(java.lang.String email,
char[] password,
AuthCallback callback)
Signs in into application and gives response by
AuthCallback
If something is wrong onFail(Exception) will be call. |
void |
AuthDistribution.signInWithToken(java.lang.String token,
AuthCallback callback)
Signs in into application by token and gives response by
AuthCallback. |