ui / com.schibsted.account.ui.login.screen.term / TermsContract

TermsContract

interface TermsContract

Following the MVP design pattern this interface represent the contract for the view and the presenter responsible for the terms and condition feature

See Also

com.schibsted.account.ui.login.screen.term

Types

Presenter

interface Presenter

defines methods implemented by presenters performing terms and conditions business

View

interface View : FlowView<TermsContract.Presenter>

defines methods implemented by views related to terms and condition business