com.ecebs.rtd.enabler.callback
Interface IDetectCardCallback


public interface IDetectCardCallback

Callback interface for obtaining information about detected CMs.

Author:
kyleb

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

onCardDetected

void onCardDetected(CardInformation info)
Called when a CM has been detected.

Parameters:
info - Information about the detected CM

onCardRemoved

void onCardRemoved(CardInformation info)
Called when a CM has been removed

Parameters:
info - Information about the removed CM

onCardDetectionError

void onCardDetectionError(Outcome.Code code)
Called when there was an error while connecting with a CM

Parameters:
code - A Outcome.Code representing the error that occurred


Copyright © 2013 Ecebs Ltd. All Rights Reserved.