A B C D E F G H I L M O P R S T V 
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- setAboutAppButtonClickListener(View.OnClickListener) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - 
Set About app button click listener
 - setAgreeCheckboxClicked(View.OnClickListener) - Method in class com.cheetahdigital.authentication.ui.agegate.AgeGateFragment
 - 
Set the click listener when agree checkbox is clicked
 - setBiometricsData(Context, String) - Static method in class com.cheetahdigital.authentication.ui.biometrics.BiometricsSharedPrefs
 - 
Store a value under
BiometricsSharedPrefs.BIOMETRICS_DATA - setBirthdate(Date) - Method in class com.cheetahdigital.authentication.ui.agegate.AgeGateFragment
 - 
Set Birthdate value
 - setBirthDateClicked(View.OnClickListener) - Method in class com.cheetahdigital.authentication.ui.agegate.AgeGateFragment
 - 
Set the click listener of birth date text box
 - setConfirmAgeButtonClicked(View.OnClickListener) - Method in class com.cheetahdigital.authentication.ui.agegate.AgeGateFragment
 - 
Set the click listener when confirm age button is clicked
 - setDecryptStringListener(DecryptPasswordListener) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - 
Set Decrypt String Listener
 - setEmail(Context, String) - Static method in class com.cheetahdigital.authentication.ui.biometrics.BiometricsSharedPrefs
 - 
Store a value under
BiometricsSharedPrefs.EMAIL - setEnableBiometrics(Context, boolean) - Static method in class com.cheetahdigital.authentication.ui.biometrics.BiometricsSharedPrefs
 - 
Store a value under
BiometricsSharedPrefs.BIOMETRICS_DATA - setFingerPrintListener(RegisterBiometricsListener) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - 
Set Fingerprint listener
 - setForgotButtonClickListener(View.OnClickListener) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - 
Set forgot button listener
 - setGoogleSignInButtonClickListener(View.OnClickListener) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - 
Set google sign in button click listener
 - setGoogleSignInCallBack(GoogleSignInTaskCallback) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - 
Set Google SignIn Callback
 - setLoginButtonListener(View.OnClickListener) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - 
Set Login Button Listener
 - setLogoutButtonClickListener(View.OnClickListener) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - 
Set Logout Button Listener
 - setPassword(Context, String) - Static method in class com.cheetahdigital.authentication.ui.biometrics.BiometricsSharedPrefs
 - 
Store a value under
BiometricsSharedPrefs.PASSWORD - setPasswordTextChangeListener(int, int) - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
 - 
Set password Text Change Listener
 - setPasswordVisibilityToggleEnabled(int, boolean) - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
 - 
Enable/Disable password toggle
 - setRegisterButtonClickListener(View.OnClickListener) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - 
Set Register button click listener
 - setRegisterButtonClickListener(View.OnClickListener) - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
 - 
Set Sign up button listener
 - setSharedPreferenceBoolean(Context, String, boolean) - Static method in class com.cheetahdigital.authentication.ui.biometrics.BiometricsSharedPrefs
 - 
Set a boolean shared preference
 - setSharedPreferenceString(Context, String, String) - Static method in class com.cheetahdigital.authentication.ui.biometrics.BiometricsSharedPrefs
 - 
Set a string shared preference
 - setSubmitButtonClickListener(View.OnClickListener) - Method in class com.cheetahdigital.authentication.ui.changepassword.ChangePasswordActivity
 - 
Set Submit button click listener
 - setupAppleLoginButton() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - 
Sets up the callback for the Apple Login Button
 - shouldClearBiometricDataWhenAuthError(boolean) - Method in class com.cheetahdigital.authentication.ui.biometrics.listener.AuthenticationCallback
 - 
set the value of mForRegistration.
 - show(AppCompatActivity, boolean, String, String, String, String, AuthenticationCallback, BiometricPrompt.CryptoObject) - Static method in class com.cheetahdigital.authentication.ui.biometrics.BiometricsDialogManager
 - 
Shows the biometric prompt
 - showBiometricsAlreadyRegisteredDialog(Activity, DialogInterface.OnClickListener) - Method in class com.cheetahdigital.authentication.ui.biometrics.BiometricsDialogManager
 - 
Show Fingerprint is already registered dialog
 - showConfirmAgeDialog() - Method in class com.cheetahdigital.authentication.ui.agegate.AgeGateFragment
 - 
Method that is registered in xml resource for showing dialog on confirming birthday
 - showDatePicker() - Method in class com.cheetahdigital.authentication.ui.agegate.AgeGateFragment
 - 
Shows a date picker dialog that formats the default date using the info received from birthdate field
 - showDisableBiometricsDialog(Activity) - Static method in class com.cheetahdigital.authentication.ui.biometrics.BiometricsDialogManager
 - 
Show Disable Fingerprint Dialog.
 - showEditTextError(TextInputLayout, EditText, String) - Static method in class com.cheetahdigital.authentication.ui.login.LoginValidationHelper
 - 
Show error using a
TextInputLayoutorEditText - showEnableBiometricsDialog(Activity) - Static method in class com.cheetahdigital.authentication.ui.biometrics.BiometricsDialogManager
 - 
Show enable fingerprint authentication dialog.
 - showError(String) - Method in class com.cheetahdigital.authentication.ui.changepassword.ChangePasswordActivity
 - showError(String) - Method in interface com.cheetahdigital.authentication.ui.changepassword.ChangePasswordView
 - 
This will be called by the presenter if it fails to change password.
 - showError(String) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ForgotPasswordActivity
 - showError(String) - Method in interface com.cheetahdigital.authentication.ui.resetpassword.ForgotPasswordView
 - 
This will be called by the presenter if it fails to request password reset.
 - showError(String) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordActivity
 - showError(String) - Method in interface com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordView
 - 
This will be called by the presenter if it fails to reset password.
 - showLoginError(String, int) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - showLoginError(String, int) - Method in interface com.cheetahdigital.authentication.ui.login.LoginView
 - 
Callback after an unsuccessful login attempt.
 - showLoginError(String, int) - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
 - showNextTimeUsingBiometricsDialog(Activity) - Method in class com.cheetahdigital.authentication.ui.biometrics.BiometricsDialogManager
 - 
Show Login via Fingerprint, would you like to login via fingerprint dialog
 - showPasswordSuccessDialog() - Method in class com.cheetahdigital.authentication.ui.changepassword.ChangePasswordActivity
 - showPasswordSuccessDialog() - Method in interface com.cheetahdigital.authentication.ui.changepassword.ChangePasswordView
 - 
This will be called by the presenter after successfully changing password from the SDK.
 - showProgressDialog(boolean) - Method in class com.cheetahdigital.authentication.ui.changepassword.ChangePasswordActivity
 - 
Show the progress dialog
 - showProgressDialog(boolean) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - 
Shows Progress Dialog if paramater is true
 - showProgressDialog(boolean) - Method in interface com.cheetahdigital.authentication.ui.login.LoginView
 - 
Callback to show ProgressDialog
 - showProgressDialog(boolean) - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
 - showProgressDialog(boolean) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ForgotPasswordActivity
 - showProgressDialog(boolean) - Method in interface com.cheetahdigital.authentication.ui.resetpassword.ForgotPasswordView
 - 
Show or hide progress dialog
 - showProgressDialog(boolean) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordActivity
 - showProgressDialog(boolean) - Method in interface com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordView
 - 
Show or hide progress dialog
 - showRegisterUsingBiometricsDialog() - Method in class com.cheetahdigital.authentication.ui.biometrics.BiometricsDialogManager
 - 
Show the Register your fingerprint dialog/ It will start to call the
RegisterBiometricsListener.onStartBiometricAuth() - showResetPassword() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
 - 
Redirects the app to the Reset Password Activity
 - showSignupError(String) - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
 - showSignupError(String) - Method in interface com.cheetahdigital.authentication.ui.registration.RegistrationView
 - 
Callback when the sign-up fails.
 - showSuccessDialog() - Method in class com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordActivity
 - showSuccessDialog() - Method in interface com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordView
 - 
This will be called by the presenter after a successful password reset.
 - showSuccessDialog(String) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ForgotPasswordActivity
 - showSuccessDialog(String) - Method in interface com.cheetahdigital.authentication.ui.resetpassword.ForgotPasswordView
 - 
This will be called by the presenter after successfully requesting password reset.
 - signInError() - Method in interface com.cheetahdigital.authentication.ui.login.GoogleSignInTaskCallback
 - 
Callback when google sign in encountered an error
 - signInSuccess(String) - Method in interface com.cheetahdigital.authentication.ui.login.GoogleSignInTaskCallback
 - 
Callback when google sign in is successful
 - signup(AuthenticationFieldParams, boolean) - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationPresenter
 - 
Sign up a user with the following parameters
 - signUpSuccess() - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
 - signUpSuccess() - Method in interface com.cheetahdigital.authentication.ui.registration.RegistrationView
 - 
Callback when sign-up succeeds.
 - startAgeRestrictedDialog() - Method in class com.cheetahdigital.authentication.ui.agegate.AgeGateFragment
 - startAgeRestrictedDialog() - Method in interface com.cheetahdigital.authentication.ui.agegate.AgeGateView
 - 
Notify the view that a dialog for age restriction must be shown
 - startRegisterActivity(String) - Method in class com.cheetahdigital.authentication.ui.agegate.AgeGateFragment
 - startRegisterActivity(String) - Method in interface com.cheetahdigital.authentication.ui.agegate.AgeGateView
 - 
Notify the view that the birtdate is legal
 - submitPassword(AuthenticationQueryParams, AuthenticationFieldParams) - Method in class com.cheetahdigital.authentication.ui.changepassword.ChangePasswordPresenter
 - 
Call this to change password
 - submitPasswordReset(AuthenticationQueryParams, AuthenticationFieldParams) - Method in class com.cheetahdigital.authentication.ui.changepassword.ChangePasswordActivity
 - 
Call the submit api from presenter
 
All Classes All Packages