OfflineCallback

interface OfflineCallback<R>

This interface is used to provide a result from the AbstractOfflineCatalog asynchronous methods

Parameters

<R>

The type of the result.

Functions

Link copied to clipboard
abstract fun onFailure(throwable: Throwable)
Called when an error has happened while executing the operation.
Link copied to clipboard
abstract fun onSuccess(result: R)
Called when the operation has completed successfully.