MainMenuViewModel
class MainMenuViewModel(val appState: AppStateImpl, val globalError: ReversiException? = null, val setGlobalError: (Exception?, ErrorType?) -> Unit, val setPage: (Page) -> Unit) : ViewModel<MainMenuUIState>
ViewModel for the main menu screen. Manages menu interactions, audio playback, and navigation state.
Constructors
Link copied to clipboard
constructor(appState: AppStateImpl, globalError: ReversiException? = null, setGlobalError: (Exception?, ErrorType?) -> Unit, setPage: (Page) -> Unit)