CommonErrors.Devices

com.anywherecommerce.android.sdk

Class CommonErrors.Devices

  • java.lang.Object

  • com.anywherecommerce.android.sdk.CommonErrors.Devices

  • Enclosing class:CommonErrors-

    public static class <span class="typeNameLabel">CommonErrors.Devices</span>
    extends java.lang.Object
    

Field Summary

  Modifier and TypeField and Description`static 

MeaningfulError``

anotherCardReaderAlreadyConnected static

MeaningfulError``

attemptToConnectToUnsuppportedDevice static

MeaningfulError``

audiojackCardReaderAlreadyConnected static

MeaningfulError``

bluetoothCardReaderAlreadyConnected static

MeaningfulError``

cardReaderConnectionMethodNotSupported static

MeaningfulError``

cardReaderDoesNotSupportPinEntry static

MeaningfulError``

connectionAlreadyUnderway static

MeaningfulError``

deviceDisconnectedInMiddleOfAction static

MeaningfulError``

noDeviceFound static

MeaningfulError``

unplugReaderBeforeCallingDisconnectAudioJack`

Constructor Summary

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

Devices()`

Method Summary

Methods inherited from class java.lang.Object

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

Field Detail

cardReaderDoesNotSupportPinEntry

        `public static 

MeaningfulError cardReaderDoesNotSupportPinEntry`

attemptToConnectToUnsuppportedDevice

        `public static 

MeaningfulError attemptToConnectToUnsuppportedDevice`

deviceDisconnectedInMiddleOfAction

        `public static 

MeaningfulError deviceDisconnectedInMiddleOfAction`

noDeviceFound

        `public static 

MeaningfulError noDeviceFound`

unplugReaderBeforeCallingDisconnectAudioJack

        `public static 

MeaningfulError unplugReaderBeforeCallingDisconnectAudioJack`

cardReaderConnectionMethodNotSupported

        `public static 

MeaningfulError cardReaderConnectionMethodNotSupported`

anotherCardReaderAlreadyConnected

        `public static 

MeaningfulError anotherCardReaderAlreadyConnected`

audiojackCardReaderAlreadyConnected

        `public static 

MeaningfulError audiojackCardReaderAlreadyConnected`

bluetoothCardReaderAlreadyConnected

        `public static 

MeaningfulError bluetoothCardReaderAlreadyConnected`

connectionAlreadyUnderway

        `public static 

MeaningfulError connectionAlreadyUnderway`

Constructor Detail

Devices

        `public Devices()`