reversi
Toggle table of contents
2.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
reversi
reversi-app
/
pt.isel.reversi.app.pages.winnerPage
/
WinnerPageViewModel
/
WinnerPageViewModel
Winner
Page
View
Model
constructor
(
scope
:
CoroutineScope
,
game
:
Game
,
globalError
:
ReversiException
?
,
setGlobalError
:
(
Exception
?
,
ErrorType
?
)
->
Unit
)