FeedbackCallback

Callback that reports when Unit or SearchFailure is received. A callback with Unit means that the feedback event was successfully sent to the backend search service.

Inherited functions

Link copied to clipboard
abstract fun onFailure(failure: SearchFailure)
Link copied to clipboard
abstract fun onSuccess(result: Unit)