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

VerificationContract

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

Types

Presenter

interface Presenter

defines methods implemented by presenters performing verification business

View

interface View : FlowView<VerificationContract.Presenter>

defines methods implemented by views related to verification process