Package-level declarations

Types

Link copied to clipboard
data class FavoriteButtonsState(val homeSet: Boolean = false, val workSet: Boolean = false, val hasRegular: Boolean = false)
Link copied to clipboard
class ProcessSuggestionsQueryUseCase(getSearchAnchorPoint: GetSearchAnchorPointUseCase, searchStore: SearchStore, getConnectivityStatus: ObserveConnectivityStatusUseCase, search: SearchUseCase, informAboutSearchError: InformAboutSearchErrorUseCase, searchDelayMillis: Long = 300)
Link copied to clipboard
class ResetSearchStateUseCase(searchStore: SearchStore) : InformNewCategorySearchClickedUseCase
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SearchState(val searchSuggestionState: SuggestionsResult = SuggestionsResult.NoResult, val currentScreen: CurrentSearchScreen = CurrentSearchScreen.NONE, val favoriteSuggestionsState: SuggestionsResult = SuggestionsResult.NoResult, val typeOfPlaceToAdd: FavoriteType? = null, val previousState: SearchState? = null, val searchQuery: String, val searchAnchor: Point?)
Link copied to clipboard