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.
identifier
- InputField representing the input
See Also