DriverNotificationViewModel
class DriverNotificationViewModel(appStore: AppStore, driverNotificationRepository: DriverNotificationRepository, handleFasterRouteNotification: HandleFasterRouteNotificationUseCase, observeHidingDriverNotification: ObserveHidingDriverNotificationUseCase, startObservingEndActiveGuidance: StartObservingEndActiveGuidanceUseCase, handleBorderCrossingNotification: ObserveBorderCrossingNotificationUseCase, observeCancelFasterRouteUseCase: ObserveCancelFasterRouteNotificationUseCase, observeCancelBorderCrossingNotification: ObserveCancelBorderCrossingNotificationUseCase, observeSlowTrafficNotification: ObserveSlowTrafficNotificationUseCase) : ViewModel
Constructors
Link copied to clipboard
constructor(appStore: AppStore, driverNotificationRepository: DriverNotificationRepository, handleFasterRouteNotification: HandleFasterRouteNotificationUseCase, observeHidingDriverNotification: ObserveHidingDriverNotificationUseCase, startObservingEndActiveGuidance: StartObservingEndActiveGuidanceUseCase, handleBorderCrossingNotification: ObserveBorderCrossingNotificationUseCase, observeCancelFasterRouteUseCase: ObserveCancelFasterRouteNotificationUseCase, observeCancelBorderCrossingNotification: ObserveCancelBorderCrossingNotificationUseCase, observeSlowTrafficNotification: ObserveSlowTrafficNotificationUseCase)