InternetConnectionConfiguration

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

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

Parameters

internetReaderListener

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

failIfInUse

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

Constructors

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

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