StructuredSearchCallback

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface StructuredSearchCallback : Callback<StructuredSearchResponse, StructuredSearchFailure>

Callback for receiving updates of structured search.

Inherited functions

Link copied to clipboard
abstract fun onFailure(failure: StructuredSearchFailure)
Link copied to clipboard
abstract fun onSuccess(result: StructuredSearchResponse)