AppsOnDevicesResultCallback

Pass AppsOnDevicesResultCallback into Apps on Devices SDK methods to receive the result of the operation.

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

Functions

Link copied to clipboard
abstract fun onFailure(e: TerminalException)
Link copied to clipboard
abstract fun onSuccess(result: T)

This method will be called whenever the current operation completes with no errors.