IdentificationPresenter(identificationView: IdentificationContract.View, provider: InputProvider<Identifier>?, flowSelectionListener: FlowSelectionListener?)
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.