ErrorViewModel
class ErrorViewModel(appStore: AppStore, observeConnectivity: ObserveInternetAccessUseCase, errorMessageProvider: ErrorMessageProvider, notificationMessageProvider: NotificationMessageProvider, analyticsSender: AnalyticsSender, crashlytics: Crashlytics, getTcpsCountryCodeUseCase: GetTcpsCountryCodeUseCase) : ViewModel
Constructors
Link copied to clipboard
constructor(appStore: AppStore, observeConnectivity: ObserveInternetAccessUseCase, errorMessageProvider: ErrorMessageProvider, notificationMessageProvider: NotificationMessageProvider, analyticsSender: AnalyticsSender, crashlytics: Crashlytics, getTcpsCountryCodeUseCase: GetTcpsCountryCodeUseCase)