ui / com.schibsted.account.ui.login.screen.verification / VerificationPresenter / verifyCode

verifyCode

fun verifyCode(codeInputView: CodeInputView, keepMeLoggedIn: Boolean): Unit

Overrides Presenter.verifyCode

Used to verify if the code provided by the user is valid If there is an agreement update a navigation to com.schibsted.account.ui.login.screen.term.TermsFragment will be asked. If the verification is successful a navigation to com.schibsted.account.ui.login.screen.information.RequiredFieldsFragment will be asked. If there is a failure the view will be requested to show an error

Parameters

codeInputView - the provided code