CardTransactionListener

com.anywherecommerce.android.sdk.transactions.listener

Interface CardTransactionListener

  • All Superinterfaces:TransactionListener-

    public interface <span class="typeNameLabel">CardTransactionListener</span>
    extends 
    

TransactionListener

Created by ankit on 8/12/17.



- 

<a name="method.summary"></a>

### Method Summary
    
    Modifier and TypeMethod and Description`void``<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/transactions/listener/CardTransactionListener.html#onCardReaderEvent-com.anywherecommerce.android.sdk.MeaningfulMessage-">onCardReaderEvent</a></span>(

<a href="#com/anywherecommerce/android/sdk/MeaningfulMessage.html" title="class in com.anywherecommerce.android.sdk">MeaningfulMessage</a> event)` 
    

<a name="methods.inherited.from.class.com.anywherecommerce.android.sdk.transactions.listener.TransactionListener"></a>

### Methods inherited from interface com.anywherecommerce.android.sdk.transactions.listener.[TransactionListener](#com/anywherecommerce/android/sdk/transactions/listener/TransactionListener.html "interface in com.anywherecommerce.android.sdk.transactions.listener")
          
          `

<a href="#com/anywherecommerce/android/sdk/transactions/listener/TransactionListener.html#onTransactionCompleted--">onTransactionCompleted</a>, 

<a href="#com/anywherecommerce/android/sdk/transactions/listener/TransactionListener.html#onTransactionFailed-com.anywherecommerce.android.sdk.MeaningfulError-">onTransactionFailed</a>`



- 

<a name="method.detail"></a>

### Method Detail
<a name="onCardReaderEvent-com.anywherecommerce.android.sdk.MeaningfulMessage-"></a>
    

#### onCardReaderEvent
          
          `void onCardReaderEvent(

<a href="#com/anywherecommerce/android/sdk/MeaningfulMessage.html" title="class in com.anywherecommerce.android.sdk">MeaningfulMessage</a> event)`