-
public final class SignInKickstarter extends SignInViewModelBase
-
-
Field Summary
Fields Modifier and Type Field Description private final Tapplication
-
Constructor Summary
Constructors Constructor Description SignInKickstarter(Application application)
-
Method Summary
Modifier and Type Method Description TgetApplication()final Unitstart()Entry point. final UnitonActivityResult(Integer requestCode, Integer resultCode, Intent data)Legacy onActivityResult handler for other flows. -
Methods inherited from class androidx.lifecycle.AndroidViewModel
addCloseable, clear, getTag, setTagIfAbsent -
Methods inherited from class com.firebase.ui.auth.viewmodel.OperableViewModel
getArguments, init, onCleared, setArguments -
Methods inherited from class com.firebase.ui.auth.viewmodel.SignInViewModelBase
getAuth, getCurrentUser, getSignInClient, initializeForTesting, onCreate -
Methods inherited from class com.firebase.ui.auth.viewmodel.AuthViewModelBase
getOperation -
Methods inherited from class com.firebase.ui.auth.data.remote.SignInKickstarter
handleMergeFailure, handleMergeFailure, handleSuccess, setResult -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SignInKickstarter
SignInKickstarter(Application application)
-
-
Method Detail
-
getApplication
T getApplication()
-
start
final Unit start()
Entry point. If an email link is detected, immediately launch the email catcher. Otherwise, launch startAuthMethodChoice.
-
onActivityResult
final Unit onActivityResult(Integer requestCode, Integer resultCode, Intent data)
Legacy onActivityResult handler for other flows.
-
-
-
-