HandoffConnectionConfiguration

class HandoffConnectionConfiguration : ConnectionConfiguration

The HandoffConnectionConfiguration object should be used to connect to a reader in handoff mode.

Constructors

Link copied to clipboard
fun HandoffConnectionConfiguration(locationId: String?)
Link copied to clipboard
fun HandoffConnectionConfiguration()

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 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 registerToLocation: String?