interface IdentificationContract
Following the MVP design pattern this interface represent the contract for the view and the presenter responsible for the identification feature. |
|
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. |