Package 

Class SignInKickstarter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final T application
    • Method Summary

      Modifier and Type Method Description
      T getApplication()
      final Unit start() Entry point.
      final Unit onActivityResult(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

      • start

         final Unit start()

        Entry point. If an email link is detected, immediately launch the email catcher. Otherwise, launch startAuthMethodChoice.