ProcessSuggestionsQueryUseCase

class ProcessSuggestionsQueryUseCase(getSearchAnchorPoint: GetSearchAnchorPointUseCase, searchStore: SearchStore, getConnectivityStatus: ObserveConnectivityStatusUseCase, search: SearchUseCase, informAboutSearchError: InformAboutSearchErrorUseCase, searchDelayMillis: Long = 300)

Constructors

Link copied to clipboard
constructor(getSearchAnchorPoint: GetSearchAnchorPointUseCase, searchStore: SearchStore, getConnectivityStatus: ObserveConnectivityStatusUseCase, search: SearchUseCase, informAboutSearchError: InformAboutSearchErrorUseCase, searchDelayMillis: Long = 300)

Functions

Link copied to clipboard
suspend operator fun invoke(query: String): Flow<SuggestionsResult>