Adyen - In Person Payments - Android SDK
Toggle table of contents
2.9.0
Select version
2.9.0
2.8.0
2.7.0
2.6.0
2.5.1
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.6.0
Kotlin
Platform filter
Kotlin
Switch theme
Search in API
Adyen - In Person Payments - Android SDK
payment-card-reader
/
com.adyen.ipp.cardreader.api.device
/
CardReaderConnection
Card
Reader
Connection
sealed
interface
CardReaderConnection
:
Parcelable
Device connection link.
Inheritors
BluetoothConnection
UsbConnection
DockConnection
Members
Types
Bluetooth
Connection
Link copied to clipboard
data
class
BluetoothConnection
:
CardReaderConnection
Bluetooth connection link.
Dock
Connection
Link copied to clipboard
data
class
DockConnection
:
CardReaderConnection
Dock device connection link.
Usb
Connection
Link copied to clipboard
data
class
UsbConnection
:
CardReaderConnection
Usb connection link.