InternetConnectionConfiguration

actual class InternetConnectionConfiguration(val failIfInUse: Boolean = false, val internetReaderListener: InternetReaderListener?) : ConnectionConfiguration

The InternetConnectionConfiguration object is used to connect to an internet reader such as DeviceType.STRIPE_S700 or DeviceType.WISEPOS_E.

Parameters

failIfInUse

When set to true, an error is returned when attempting to connect to a reader that is already collecting a payment.

internetReaderListener

The listener which receives events related to the status of the reader.

Constructors

Link copied to clipboard
constructor(failIfInUse: Boolean = false, internetReaderListener: InternetReaderListener?)

Properties

Link copied to clipboard
Link copied to clipboard
actual val locationId: String?

The ID of the Location that you want this reader to be registered to.

Link copied to clipboard
val locationRegistration: LocationRegistration

Functions

Link copied to clipboard
open override fun toString(): String