ui / com.schibsted.account.ui.login.screen.identification

Package com.schibsted.account.ui.login.screen.identification

Types

IdentificationContract

interface IdentificationContract

Following the MVP design pattern this interface represent the contract for the view and the presenter responsible for the identification feature.

IdentificationPresenter

class IdentificationPresenter : IdentificationContract.Presenter

Following the MVP design pattern this interface represent the implementation of the IdentificationContract.Presenter. this class executes the mobile identification business logic and ask for UI updates depending on results.