DebugMenuViewModel
class DebugMenuViewModel(val dispatchersProvider: DispatchersProvider, val preferenceManager: PreferenceManager, val debugInsertBadBase64UseCase: DebugInsertBadBase64UseCase, val router: DebugMenuRouter, val platformActions: DebugMenuPlatformActions, val onError: (Throwable) -> Unit = {}) : BaseMviViewModel<DebugMenuState, DebugMenuIntent, DebugMenuEffect> (source)
Coordinates DebugMenuViewModel behavior in the SDAI presentation layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(dispatchersProvider: DispatchersProvider, preferenceManager: PreferenceManager, debugInsertBadBase64UseCase: DebugInsertBadBase64UseCase, router: DebugMenuRouter, platformActions: DebugMenuPlatformActions, onError: (Throwable) -> Unit = {})
Properties
Link copied to clipboard
Link copied to clipboard
Exposes the debugInsertBadBase64UseCase value used by the SDAI presentation layer.
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 preferenceManager 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