Package-level declarations

Types

Link copied to clipboard
class PlacesPreviewContainer(destinationViewModel: DestinationViewModel, lifecycleOwner: LifecycleOwner, placesPreviewViewModel: PlacesPreviewViewModel, categorySearchViewModel: CategorySearchViewModel, tripOverviewViewModel: TripOverviewViewModel, feedbackViewModel: FeedbackViewModel, searchMetricsTracker: SearchMetricsTracker, closeBackButtonHandler: CloseBackButtonHandler)
Link copied to clipboard
class PlacesPreviewViewModel(appStore: AppStore, searchAnalytics: SearchAnalytics, cancelPlacesPreview: CancelPlacesPreviewUseCase, observePlacesPreviewState: ObservePlacesStateUseCase, previousSearchStateUseCase: PreviousSearchStateUseCase, overviewSearchResultWithCurrentRoute: OverviewSearchResultWithCurrentRoute, placesFocusHelper: PlacesPreviewFocusNavigationHelper, val mapMoving: ObserveMapMovingUseCase, ratingConfig: RatingConfig, sendNoResultsFeedback: SendNoResultsFeedbackUseCase) : ViewModel, FocusNavigationHelper
Link copied to clipboard

Properties

Functions

Link copied to clipboard
fun DefaultPlacesPreview(state: PlacesListUiState)
Link copied to clipboard
fun PlacesPreview(modifier: Modifier = Modifier, placesPreviewViewModel: PlacesPreviewViewModel = koinViewModel(), destinationViewModel: DestinationViewModel = koinViewModel(), filtersViewModel: FiltersViewModel = koinViewModel())