ui / com.schibsted.account.ui.login.screen.identification / IdentificationPresenter / verifyInput

verifyInput

fun verifyInput(identifier: InputField, identifierType: IdentifierType, allowSignup: Boolean, signUpErrorMessage: String?): Unit

Overrides Presenter.verifyInput

Verify the input of the user, the input could be a phone number or an email address.

This method request a navigation to the next screen if the call was successful or show an error otherwise.

Parameters

identifier - InputField representing the input

See Also

PhoneInputView.getInput