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
interface Presenter
Defines methods implemented by the presenter performing identification business |
|
interface View : FlowView<IdentificationContract.Presenter>
defines methods implemented by views related to identification process |