TSIdoCallback

interface TSIdoCallback<T>

Interface for delivering operation results

Functions

Link copied to clipboard
abstract fun idoError(error: TSIdoJourneyError, errorMessage: String?)

Returns an error if the operation wasn't successfully completed.

Link copied to clipboard
abstract fun idoSuccess(result: T)

Returns an operation result if the operation was successful.