Package-level declarations

Types

Link copied to clipboard
class SendAnalyticsEventsUseCase(    sendUserPropertiesUseCase: SendUserPropertiesUseCase,     sendManeuversAnalyticsEventsUseCase: SendManeuversAnalyticsEventsUseCase)
Link copied to clipboard
class SendMapLoadingAnalyticsUseCase(appStore: AppStore, analyticsSender: AnalyticsSender)

Will be replaced in mbx analytics no need to write tests now

Link copied to clipboard
class SendUserEngineTypeUseCase(observeEngineType: ObserveEngineType, analyticsSender: AnalyticsSender)

Will be replaced in mbx analytics no need to write tests now

Link copied to clipboard
class SendUserEnvironmentPropertyUseCase(analyticsSender: AnalyticsSender, environment: String)
Link copied to clipboard
class SendUserPropertiesUseCase(    analyticsSender: AnalyticsSender,     observeVehicleVendorUseCase: ObserveVehicleVendorUseCase,     sendUserEnvironmentPropertyUseCase: SendUserEnvironmentPropertyUseCase,     sendUserEngineTypeUseCase: SendUserEngineTypeUseCase)

Will be replaced in mbx analytics no need to write tests now