TapToPayConnectionConfiguration
constructor(locationId: String, autoReconnectOnUnexpectedDisconnect: Boolean = true, tapToPayReaderListener: TapToPayReaderListener?)
Parameters
locationId
The ID of the Location that you want this reader to be registered to.
autoReconnectOnUnexpectedDisconnect
If set to true, Terminal will try to reconnect to your reader.
tapToPayReaderListener
You will need to set tapToPayReaderListener to be notified of reconnection and disconnect events.