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

IdentificationContract

interface IdentificationContract

Following the MVP design pattern this interface represent the contract for the view and the presenter responsible for the identification feature.

See Also

com.schibsted.account.ui.login.screen.identification

Types

Presenter

interface Presenter

Defines methods implemented by the presenter performing identification business

View

interface View : FlowView<IdentificationContract.Presenter>

defines methods implemented by views related to identification process