CollectedDataCallback

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(collectedData: CollectedData)

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