Class SingleProviderSignInHandler<T>

    • Constructor Detail

      • SingleProviderSignInHandler

        protected SingleProviderSignInHandler​(Application application,
                                              String providerId)
    • Method Detail

      • startSignIn

        public final void startSignIn​(@NonNull
                                      HelperActivityBase activity)
        Description copied from class: ProviderSignInBase
        Start the login process for the IDP, e.g. show the Google sign-in activity.
        Specified by:
        startSignIn in class ProviderSignInBase<T>
        Parameters:
        activity - from which to start the login, DO NOT USE OUTSIDE OF THIS METHOD!!!