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.game
/
GamePageViewModel
/
GamePageViewModel
Game
Page
View
Model
constructor
(
game
:
Game
,
scope
:
CoroutineScope
,
setGame
:
(
Game
)
->
Unit
,
audioPlayMove
:
(
)
->
Unit
,
setPage
:
(
Page
)
->
Unit
=
{}
,
globalError
:
ReversiException
?
=
null
,
setGlobalError
:
(
Exception
?
,
ErrorType
?
)
->
Unit
)