Package 

Class SingleProviderSignInHandler

    • Method Summary

      Modifier and Type Method Description
      final void startSignIn(@NonNull() HelperActivityBase activity) Start the login process for the IDP, e.g.
      • Methods inherited from class com.firebase.ui.auth.viewmodel.ProviderSignInBase

        initWith, onActivityResult, startSignIn
      • Methods inherited from class com.firebase.ui.auth.viewmodel.OperableViewModel

        getOperation
      • Methods inherited from class com.firebase.ui.auth.viewmodel.ViewModelBase

        init
      • Methods inherited from class androidx.lifecycle.AndroidViewModel

        getApplication
      • Methods inherited from class androidx.lifecycle.ViewModel

        addCloseable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • startSignIn

         final void startSignIn(@NonNull() HelperActivityBase activity)

        Start the login process for the IDP, e.g. show the Google sign-in activity.

        Parameters:
        activity - from which to start the login, DO NOT USE OUTSIDE OF THIS METHOD!!!