CategoryLoadingStateListener

interface CategoryLoadingStateListener

Listener for category search request state change.

Functions

onCategoryResultsLoaded
Link copied to clipboard
abstract fun onCategoryResultsLoaded(category: Category, searchResults: List<SearchResult>)
Called, when category search request successfully ended.
onLoadingError
Link copied to clipboard
abstract fun onLoadingError(category: Category)
Called, when category search request failed.
onLoadingStart
Link copied to clipboard
abstract fun onLoadingStart(category: Category)
Called, when category search request is in progress.