Class SmartLockHandler

    • Constructor Detail

      • SmartLockHandler

        public SmartLockHandler​(android.app.Application application)
    • Method Detail

      • setResponse

        public void setResponse​(@NonNull
                                IdpResponse response)
      • onActivityResult

        public void onActivityResult​(int requestCode,
                                     int resultCode)
        Forward the result of a resolution from the Activity to the ViewModel.
      • saveCredentials

        public void saveCredentials​(com.google.firebase.auth.FirebaseUser firebaseUser,
                                    @Nullable
                                    java.lang.String password,
                                    @Nullable
                                    java.lang.String accountType)
        See Also:
        saveCredentials(Credential)
      • saveCredentials

        public void saveCredentials​(@Nullable
                                    com.google.android.gms.auth.api.credentials.Credential credential)
        Initialize saving a credential.