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
interface Presenter
defines methods implemented by presenters performing terms and conditions business |
|
interface View : FlowView<TermsContract.Presenter>
defines methods implemented by views related to terms and condition business |