Advertisement
Guest User

ObjetoView

a guest
Jun 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. package mx.com.santander.superwallet.presenter.virtual.view;
  2.  
  3. import mx.com.santander.superwallet.presenter.base.WalletView;
  4. import mx.com.santander.superwallet.presenter.virtual.model.PresentActivateDigitalCardView;
  5.  
  6. public interface ActivateVirtualCardView extends WalletView {
  7. void onConfigureGemaltoDetections(PresentActivateDigitalCardView presentActivateDigitalCardView);
  8. void onEnrollVirtualCardSuccess();
  9. void onEnrollVirtualCardFailed();
  10. void onShowCriticalError();
  11. void onShowValidationPanError();
  12. String onGetCardBrandName(String mark);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement