@Beta(2020, 12) interface FuzzyOutcomeCallback
Callback which is responsible to inform about a received FuzzyOutcome or respective error.
abstract fun onError(error: SearchException): Unit
Called when an error occurs during the process of obtaining the FuzzyOutcome. |
|
abstract fun onSuccess(fuzzyOutcome: FuzzyOutcome): Unit
Called when a PoiCategories has been obtained successfully. |