CategoryLoadingStateListener

interface CategoryLoadingStateListener

Listener for category search request state change.

Functions

onCategoryResultsLoaded
Link copied to clipboard
abstract fun onCategoryResultsLoaded(category: Category, searchResults: List<SearchResult>, responseInfo: ResponseInfo)
Called when category search request successfully completed.
onLoadingError
Link copied to clipboard
abstract fun onLoadingError(category: Category, e: Exception)
Called when category search request failed.
onLoadingStart
Link copied to clipboard
abstract fun onLoadingStart(category: Category)
Called when category search request started.