ReaderSettingsCallback

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

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(readerSettings: ReaderSettings)

This method will be called after successful completion of an SDK method.