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
R
- receivedInfo(Map<String, Object>) - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
- receivedInfo(Map<String, Object>) - Method in interface com.cheetahdigital.authentication.ui.login.LoginView
-
Callback after a successful request for info api
- receivedInfo(Map<String, Object>) - Method in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
- REFERRAL_CODE - Static variable in class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
-
Used for getting/setting intent extra for referral codes
- RegisterBiometricsListener - Interface in com.cheetahdigital.authentication.ui.biometrics.listener
-
A listener for the user's response for registering biometric data
- RegistrationActivity<V extends RegistrationView,P extends RegistrationPresenter<V>> - Class in com.cheetahdigital.authentication.ui.registration
-
Abstract
Activity
class which let's the user Register via Email to the Authentication API. - RegistrationActivity() - Constructor for class com.cheetahdigital.authentication.ui.registration.RegistrationActivity
- RegistrationPresenter<T extends RegistrationView> - Class in com.cheetahdigital.authentication.ui.registration
-
The
MvpPresenter
class forRegistrationActivity
This extends theLoginPresenter
class so as to inherit the other login methods - RegistrationPresenter() - Constructor for class com.cheetahdigital.authentication.ui.registration.RegistrationPresenter
-
Default Constructor
- RegistrationPresenter(AuthenticationFieldParams) - Constructor for class com.cheetahdigital.authentication.ui.registration.RegistrationPresenter
-
Create the presenter with given
AuthenticationFieldParams
make sure that CLient ID and Client secret is set on the parameters - RegistrationView - Interface in com.cheetahdigital.authentication.ui.registration
-
MVP View Class for Registration
- requestPasswordReset(AuthenticationFieldParams) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ForgotPasswordPresenter
-
Request password reset.
- resetPassword(AuthenticationFieldParams) - Method in class com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordPresenter
-
Reset password via secure token.
- ResetPasswordActivity<V extends ResetPasswordView,P extends ResetPasswordPresenter<V>> - Class in com.cheetahdigital.authentication.ui.resetpassword
-
Abstract class which lets the user to reset the password by providing the new password and password confirmation.
- ResetPasswordActivity() - Constructor for class com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordActivity
- resetPasswordAndDeepLinkingCheck() - Method in class com.cheetahdigital.authentication.ui.login.LoginActivity
-
Checks if the user is required to change its password and if there's a pending deep link intent.
- ResetPasswordPresenter<V extends ResetPasswordView> - Class in com.cheetahdigital.authentication.ui.resetpassword
-
The
MvpNullObjectBasePresenter
class forResetPasswordActivity
- ResetPasswordPresenter() - Constructor for class com.cheetahdigital.authentication.ui.resetpassword.ResetPasswordPresenter
- ResetPasswordView - Interface in com.cheetahdigital.authentication.ui.resetpassword
-
MvpView
class ofResetPasswordActivity
All Classes All Packages