CollectInputsOutcomeCallback

interface CollectInputsOutcomeCallback : ErrorCallback

CollectInputsOutcomeCallback is an interface for callbacks that will receive a CollectInputsOutcome under the success case, and an Exception under the failure case.

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)

This method will be called any time the the current operation fails.

Link copied to clipboard
abstract fun onSuccess(results: List<CollectInputsOutcome>)

This method will be called after successful completion of a collect inputs operation.