FuzzySearchCallback

interface FuzzySearchCallback : Callback<FuzzySearchResponse, FuzzySearchError>

Callback that informs about a received FuzzySearchResponse or respective FuzzySearchError.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun onError(error: FuzzySearchError)
Link copied to clipboard
abstract fun onSuccess(result: FuzzySearchResponse)