PropayCoreApiListenerBase

com.anywherecommerce.android.sdk.endpoints.propay

Class PropayCoreApiListenerBase

  • java.lang.Object

  • com.anywherecommerce.android.sdk.endpoints.propay.PropayCoreApiListenerBase

  • public class <span class="typeNameLabel">PropayCoreApiListenerBase</span>
    extends java.lang.Object
    

    Created by Admin on 11/3/2017.

Constructor Summary

  Constructor and Description`<span class="memberNameLink">

PropayCoreApiListenerBase()

PropayCoreApiListenerBase(java.lang.String _tag)`

Method Summary

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

onAutoConfigProgressUpdate(java.lang.String s) void````

onDeviceConnected(DeviceEnum deviceEnum,
java.util.HashMap<java.lang.String,java.lang.String> hashMap)
` `void

onDeviceConnectionError() void``

onDeviceDisconnected(DeviceEnum deviceEnum) void````

onDeviceError(CoreDeviceError coreDeviceError,
java.lang.String s)
` `void

onDeviceInfoReturned(java.util.HashMap<java.lang.String,java.lang.String> hashMap) void````

onError(CoreError coreError,
java.lang.String s)
` `void

onLoginUrlRetrieved(java.lang.String s) void``

onMessage(CoreMessage coreMessage) void``

onRefundResponse(CoreRefundResponse coreRefundResponse) void``

onReversalRetrieved(CoreResponse coreResponse) void``

onSaleResponse(CoreSaleResponse coreSaleResponse) void``

onSecureCardResponse(CoreSecureCardResponse coreSecureCardResponse) void``

onSelectApplication(java.util.ArrayList<java.lang.String> arrayList) void``

onSelectBTDevice(java.util.ArrayList<java.lang.String> arrayList) void``

onSelectSerialPort(java.util.ArrayList<java.lang.String> arrayList) void``

onSettingsRetrieved(CoreSettings coreSettings) void``

onSignatureRequired(CoreSignature coreSignature) void``

onTransactionListResponse(CoreTransactions coreTransactions)`

Methods inherited from class java.lang.Object

        `clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`

Constructor Detail

PropayCoreApiListenerBase

        `public PropayCoreApiListenerBase()`

PropayCoreApiListenerBase

        `public PropayCoreApiListenerBase(java.lang.String _tag)`

Method Detail

onMessage

        `public void onMessage(CoreMessage coreMessage)`

onSaleResponse

        `public void onSaleResponse(CoreSaleResponse coreSaleResponse)`

onRefundResponse

        `public void onRefundResponse(CoreRefundResponse coreRefundResponse)`

onTransactionListResponse

        `public void onTransactionListResponse(CoreTransactions coreTransactions)`

onLoginUrlRetrieved

        `public void onLoginUrlRetrieved(java.lang.String s)`

onSignatureRequired

        `public void onSignatureRequired(CoreSignature coreSignature)`

onError

        ```
        public void onError(CoreError coreError,
                            java.lang.String s)
        ```

onDeviceError

        ```
        public void onDeviceError(CoreDeviceError coreDeviceError,
                                  java.lang.String s)
        ```

onSettingsRetrieved

        `public void onSettingsRetrieved(CoreSettings coreSettings)`

onDeviceConnected

        ```
        public void onDeviceConnected(DeviceEnum deviceEnum,
                                      java.util.HashMap<java.lang.String,java.lang.String> hashMap)
        ```

onDeviceDisconnected

        `public void onDeviceDisconnected(DeviceEnum deviceEnum)`

onSelectApplication

        `public void onSelectApplication(java.util.ArrayList<java.lang.String> arrayList)`

onSelectBTDevice

        `public void onSelectBTDevice(java.util.ArrayList<java.lang.String> arrayList)`

onDeviceConnectionError

        `public void onDeviceConnectionError()`

onAutoConfigProgressUpdate

        `public void onAutoConfigProgressUpdate(java.lang.String s)`

onReversalRetrieved

        `public void onReversalRetrieved(CoreResponse coreResponse)`

onSelectSerialPort

        `public void onSelectSerialPort(java.util.ArrayList<java.lang.String> arrayList)`

onDeviceInfoReturned

        `public void onDeviceInfoReturned(java.util.HashMap<java.lang.String,java.lang.String> hashMap)`

onSecureCardResponse

        `public void onSecureCardResponse(CoreSecureCardResponse coreSecureCardResponse)`