LoggerViewModel
class LoggerViewModel(val dispatchersProvider: DispatchersProvider, val logReader: LogReader, val platformActions: LoggerPlatformActions, val router: LoggerRouter, val onError: (Throwable) -> Unit = {}) : BaseMviViewModel<LoggerState, LoggerIntent, EmptyEffect> (source)
Coordinates LoggerViewModel behavior in the SDAI presentation layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(dispatchersProvider: DispatchersProvider, logReader: LogReader, platformActions: LoggerPlatformActions, router: LoggerRouter, onError: (Throwable) -> Unit = {})
Properties
Link copied to clipboard
Link copied to clipboard
Exposes the dispatchersProvider value used by the SDAI presentation layer.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Exposes the platformActions value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the router value used by the SDAI presentation layer.
Link copied to clipboard