LocalMobileConnectionConfiguration

class LocalMobileConnectionConfiguration(locationId: String) : ConnectionConfiguration

The LocalMobileConnectionConfiguration object should be used to connect to the phone's or tablet's NFC reader.

Constructors

Link copied to clipboard
fun LocalMobileConnectionConfiguration(locationId: String)

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?