BluetoothReaderReconnectionListener

The BluetoothReaderReconnectionListener is implemented in order to receive updates from auto reconnection.

See also

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Functions

Link copied to clipboard
abstract fun onReaderReconnectFailed(reader: Reader)

Invoked when a connection could not be re-established with the given reader after a reasonable number of attempts.

Link copied to clipboard
abstract fun onReaderReconnectStarted(cancelReconnect: Cancelable)
open override fun onReaderReconnectStarted(reader: Reader, cancelReconnect: Cancelable)
Link copied to clipboard
abstract fun onReaderReconnectSucceeded()
open override fun onReaderReconnectSucceeded(reader: Reader)