|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDetectCardCallback
Callback interface for obtaining information about detected CMs.
Method Summary | |
---|---|
void |
onCardDetected(CardInformation info)
Called when a CM has been detected. |
void |
onCardDetectionError(Outcome.Code code)
Called when there was an error while connecting with a CM |
void |
onCardRemoved(CardInformation info)
Called when a CM has been removed |
Method Detail |
---|
void onCardDetected(CardInformation info)
info
- Information about the detected CMvoid onCardRemoved(CardInformation info)
info
- Information about the removed CMvoid onCardDetectionError(Outcome.Code code)
code
- A Outcome.Code
representing the error that occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |