Modifier and Type | Method and Description |
---|---|
BankCard |
BankCard.Builder.build() |
BankCard |
ICardDecodeService.decodeTrack1(CardReaderInfo aInfo,
String track1) |
BankCard |
ICardDecodeService.decodeTrack2(CardReaderInfo aInfo,
String track2) |
BankCard |
ICardDecodeService.decodeTrack2(CardReaderInfo aInfo,
String track2,
boolean aPinEntered) |
BankCard |
ICardDecodeService.parseTrack1(CardReaderInfo aInfo,
String track1) |
BankCard |
ICardDecodeService.parseTrack2(CardReaderInfo aInfo,
String track2) |
Modifier and Type | Method and Description |
---|---|
BankCard |
CardDecodeServiceImpl.decodeTrack1(CardReaderInfo aInfo,
String track) |
BankCard |
CardDecodeServiceImpl.decodeTrack2(CardReaderInfo aInfo,
String aTrack2Text) |
BankCard |
CardDecodeServiceImpl.decodeTrack2(CardReaderInfo aInfo,
String aTrack2Text,
boolean aPinEntered) |
BankCard |
CardDecodeServiceImpl.parseTrack1(CardReaderInfo aInfo,
String track1) |
BankCard |
CardDecodeServiceImpl.parseTrack2(CardReaderInfo aInfo,
String aTrack2Text) |
Modifier and Type | Method and Description |
---|---|
void |
IProcessingService.startProcessing(BankCard aBankCard,
ProcessingContinuation continuation)
Starts processing without reader.
|
Modifier and Type | Method and Description |
---|---|
ProcessingContinuation |
ICardReaderPresenter.onCard(BankCard aBankCard)
Card has been entered
|
Modifier and Type | Method and Description |
---|---|
ProcessingContinuation |
CardReaderPresenterLogger.onCard(BankCard aBankCard) |
Copyright © 2018. All rights reserved.