EmbeddedConnectionConfiguration

class EmbeddedConnectionConfiguration(posConnectionType: PosConnectionType?, listener: Any, supportsOfflineMode: Boolean) : ConnectionConfiguration

The EmbeddedConnectionConfiguration object should be used to connect to an embedded reader

Constructors

Link copied to clipboard
fun EmbeddedConnectionConfiguration(listener: Any)
Link copied to clipboard
fun EmbeddedConnectionConfiguration(posConnectionType: PosConnectionType?, listener: Any, supportsOfflineMode: Boolean)

Properties

Link copied to clipboard
val failIfInUse: Boolean

When failIfInUse is true, an error will be returned when attempting to connect to a reader that is already collecting a payment

Link copied to clipboard
val listener: Any
Link copied to clipboard
val locationId: String?

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

Link copied to clipboard
Link copied to clipboard
val posConnectionType: PosConnectionType?
Link copied to clipboard
val registerToLocation: String?
Link copied to clipboard
val supportsOfflineMode: Boolean