ui / com.schibsted.account.ui.login.screen.identification / IdentificationContract / View

View

interface View : FlowView<IdentificationContract.Presenter>

defines methods implemented by views related to identification process

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

AbstractIdentificationFragment

abstract class AbstractIdentificationFragment : FlowFragment<IdentificationContract.Presenter>, IdentificationContract.View

Abstract class containing the common logic and ui for the identification process

EmailIdentificationFragment

class EmailIdentificationFragment : AbstractIdentificationFragment, IdentificationContract.View

a Fragment displaying the email identification screen