class PasswordlessActivity : BaseLoginActivity, PasswordlessContract
an Activity use as navigation controller for the UI login flow. This activity manage the keyboard visibility.
See Also
PasswordlessActivity()
an Activity use as navigation controller for the UI login flow. This activity manage the keyboard visibility. |
lateinit var accountService: AccountService |
|
lateinit var fragmentProvider: FragmentProvider |
|
lateinit var loginContract: LoginContractImpl |
|
var menu: Menu? |
|
lateinit var navigationController: Navigation |
|
var screen: LoginScreen? |
|
lateinit var viewModel: LoginActivityViewModel |
fun onAgreementsRequested(agreementsProvider: InputProvider<Agreements>, agreementLinks: AgreementLinksResponse): Unit |
|
fun onBackPressed(): Unit |
|
fun onCreate(savedInstanceState: Bundle?): Unit |
|
fun onFlowReady(callbackProvider: CallbackProvider<LoginResult>): Unit |
|
fun onIdentifierRequested(provider: InputProvider<Identifier>): Unit |
|
fun onRequiredFieldsRequested(requiredFieldsProvider: InputProvider<RequiredFields>, fields: Set<String>): Unit |
|
fun onSaveInstanceState(outState: Bundle): Unit |
|
fun onVerificationCodeRequested(verificationCodeProvider: InputProvider<VerificationCode>, identifier: Identifier): Unit |
open fun attachBaseContext(base: Context): Unit |
|
fun loadRequiredInformation(provider: InputProvider<Identifier>? = null): Unit |
|
open fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?): Unit |
|
open fun onCreateOptionsMenu(: Menu): Boolean |
|
open fun onDialogNavigationRequested(: DialogFragment): Unit
Use this method to listen to navigation event involving a InformationDialogFragment. |
|
open fun onNavigateBackRequested(): Unit
Use this method to navigate back to the previous defined screen |
|
open fun onNavigationDone(: LoginScreen): Unit |
|
open fun onNewIntent(intent: Intent): Unit |
|
open fun onOptionsItemSelected(item: MenuItem): Boolean |
|
open fun onPause(): Unit |
|
open fun onResume(): Unit |
|
open fun onWebViewNavigationRequested(: WebFragment, : LoginScreen): Unit
Use this method to listen to navigation event involving a FlowFragment. |
const val KEY_CONTROLLER: String |