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
O
- onAboutAppClicked() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
-
Launch About App intent
- onAccountPermissionDenied() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onAccountPermissionGranted() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onActivityResult(int, int, Intent) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onAuthenticationError(int, CharSequence) - Method in class com.cheetahdigital.authentication.ui.biometrics.listener.AuthenticationCallback
-
Called when an unrecoverable error has been encountered and the operation is complete.
- onAuthenticationFailed() - Method in class com.cheetahdigital.authentication.ui.biometrics.listener.AuthenticationCallback
-
Called when a biometric is valid but not recognized.
- onAuthenticationSucceeded(BiometricPrompt.AuthenticationResult) - Method in class com.cheetahdigital.authentication.ui.biometrics.listener.AuthenticationCallback
-
Called when a biometric is recognized.
- onBackPressed() - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
- onChangePasswordFailed(String) - Method in class com.cheetahdigital.authentication.ui.changepassword.ChangePasswordPresenter
-
Called after a failed password request
- onChangePasswordSuccess(Object) - Method in class com.cheetahdigital.authentication.ui.changepassword.ChangePasswordPresenter
-
Called after a successful password request
- onConnected(Bundle) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onConnectionFailed(ConnectionResult) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onConnectionSuspended(int) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onCreate(Bundle) - Method in class com.cheetahdigital.authentication.ui.agegate.AgeGateActivity
- onCreate(Bundle) - Method in class com.cheetahdigital.authentication.ui.changepassword.ChangePasswordActivity
- onCreate(Bundle) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onCreate(Bundle) - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
- onCreate(Bundle) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ForgotPasswordActivity
- onCreate(Bundle) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordActivity
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cheetahdigital.authentication.ui.agegate.AgeGateFragment
- onCryptographyFailed(boolean) - Method in interface com.cheetahdigital.authentication.ui.biometrics.listener.CryptographyTaskListener
-
Implement method after cryptography execution failed from {
CryptographyTask
} - onCryptographyFailed(boolean) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onCryptographySuccess(boolean, BiometricPrompt.CryptoObject) - Method in interface com.cheetahdigital.authentication.ui.biometrics.listener.CryptographyTaskListener
-
Implement method after successfully receiving {
BiometricPrompt.CryptoObject
} from {CryptographyTask
} - onCryptographySuccess(boolean, BiometricPrompt.CryptoObject) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onDeclineBiometricAuth() - Method in interface com.cheetahdigital.authentication.ui.biometrics.listener.RegisterBiometricsListener
-
Listener when biometric authentication was declined
- onDecryptPasswordFailed(String) - Method in interface com.cheetahdigital.authentication.ui.biometrics.listener.DecryptPasswordListener
-
Implement method after failing to decrypt password
- onDecryptPasswordSuccess(String) - Method in interface com.cheetahdigital.authentication.ui.biometrics.listener.DecryptPasswordListener
-
Implement method after successfully decrypting password
- onFacebookLoginCancelled() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onFacebookLoginError(FacebookException) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onFacebookLoginSuccess(LoginResult) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onForgotPasswordButtonClick() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
-
Method called when forgot password button is clicked
- onGoogleSignInButtonClick() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
-
Method when google plus button is clicked
- onInfoReceivedFailed(String) - Method in class com.cheetahdigital.authentication.ui.login.LoginPresenter
-
Called after a failed request for getting info
- onInfoReceivedSuccess(Map<String, Object>) - Method in class com.cheetahdigital.authentication.ui.login.LoginPresenter
-
Called after a successful request for getting info
- onLogin() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
-
Abstract method which will be called when Login is successful.
- onLogin() - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
-
Abstract method which will be called when Login is successful.
- onLoginClick() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onLoginFailed(String, int) - Method in class com.cheetahdigital.authentication.ui.login.LoginPresenter
-
Called after a failed login request
- onLoginSuccess() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onLoginSuccess() - Method in interface com.cheetahdigital.authentication.ui.login.LoginView
-
Callback after a successful login attempt.
- onLoginSuccess() - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
- onLoginSuccess(Authentication) - Method in class com.cheetahdigital.authentication.ui.login.LoginPresenter
-
Called after a successful login request
- onLogoutButtonClick() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
-
Method when logout button is clicked
- onPause() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onPostExecute(Boolean) - Method in class com.cheetahdigital.authentication.ui.biometrics.CryptographyTask
- onPostExecute(String) - Method in class com.cheetahdigital.authentication.ui.login.GoogleSignInTask
- onRegisterButtonClicked() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
-
Abstract method which will be called when Register Button is clicked.
- onRegisterButtonClicked() - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
-
Method called when register button is clicked
- onRegistrationFailed(String) - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationPresenter
-
Called after a failed registration request
- onRegistrationSuccess(SuccessResponse, String, String, boolean) - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationPresenter
-
Called after a success registration request
- onRequestPasswordResetFailure(String) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ForgotPasswordPresenter
-
Called when request password reset fails
- onRequestPasswordResetSuccess(Message) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ForgotPasswordPresenter
-
Called when request password reset is successful
- onResetPasswordFailure(String) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordPresenter
-
Called when reset password fails
- onResetPasswordSuccess(SuccessResponse) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordPresenter
-
Called when reset password is successful
- onResume() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onStart() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- onStartBiometricAuth() - Method in interface com.cheetahdigital.authentication.ui.biometrics.listener.RegisterBiometricsListener
-
Listener when biometric authentication is starting Ideally, called on your activity or fragment with method to start the {
CryptographyTask
} - onSubmitButtonClicked() - Method in class com.cheetahdigital.authentication.ui.resetpassword.ForgotPasswordActivity
-
Called when clicking R.id.submit_button.
- onSubmitButtonClicked() - Method in class com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordActivity
-
Called when clicking R.id.submit_button.
All Classes All Packages