rebootReader

fun rebootReader(callback: Callback)

Reboots the currently connected reader.

If the reboot succeeds, Callback.onSuccess will be called. If the disconnect fails, the Callback.onFailure is called with an error.

This method is only available for Bluetooth and USB readers.

See https://stripe.com/docs/terminal/readers/connecting.

Parameters

callback

The Callback that should be called after disconnection.