rebootReader

fun rebootReader(callback: Callback)

Reboots the currently connected reader.

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

This method is only available for USB readers.

See https://docs.corp.stripe.com/terminal/payments/connect-reader.

Parameters

callback

The Callback that should be called after disconnection.