ui / com.schibsted.account.ui.login.screen.verification / VerificationContract / View

View

interface View : FlowView<VerificationContract.Presenter>

defines methods implemented by views related to verification process

Functions

showResendCodeView

abstract fun showResendCodeView(): Unit

Shows a pop-up to information the user the code was resent

Inherited Functions

hideError

open fun hideError(errorField: ErrorField): Unit

Hides a previously shown error

hideProgress

abstract fun hideProgress(): Unit

allow the user to click on the .primaryActionView

showError

open fun showError(errorField: ErrorField): Unit

Shows a contextual error related to the user's actions

showProgress

abstract fun showProgress(): Unit

prevent the user to click on the .primaryActionView

Inheritors

VerificationFragment

class VerificationFragment : FlowFragment<VerificationContract.Presenter>, VerificationContract.View, AccountSelectorView.Listener

a Fragment displaying the code verification screen