username
fun username(username: String, sending: MutableLiveData<Boolean>, usernameBeforePassword: MutableLiveData<Boolean>)
Content copied to clipboard
Sends the username to the server. If it succeeds, the sign-in state will proceed to SignInState.SigningIn.