ErrorViewModel

class ErrorViewModel(    appStore: AppStore,     observeConnectivity: ObserveInternetAccessUseCase,     errorMessageProvider: ErrorMessageProvider,     notificationMessageProvider: NotificationMessageProvider,     analyticsSender: AnalyticsSender,     crashlytics: Crashlytics,     getTcpsCountryCodeUseCase: GetTcpsCountryCodeUseCase,     resources: Resources) : ViewModel

Constructors

Link copied to clipboard
constructor(    appStore: AppStore,     observeConnectivity: ObserveInternetAccessUseCase,     errorMessageProvider: ErrorMessageProvider,     notificationMessageProvider: NotificationMessageProvider,     analyticsSender: AnalyticsSender,     crashlytics: Crashlytics,     getTcpsCountryCodeUseCase: GetTcpsCountryCodeUseCase,     resources: Resources)

Properties

Link copied to clipboard
val toastMessages: Flow<Int>

Functions

Link copied to clipboard