interface VerificationContract
Following the MVP design pattern this interface represent the contract for the view and the presenter responsible for the code verification feature
See Also
com.schibsted.account.ui.login.screen.verification
interface Presenter
defines methods implemented by presenters performing verification business |
|
interface View : FlowView<VerificationContract.Presenter>
defines methods implemented by views related to verification process |