Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
feature-games
/
org.octavius.modules.games.statistics.model
/
GameStatisticsHandler
Game
Statistics
Handler
desktop
class
GameStatisticsHandler
(
val
scope
:
CoroutineScope
)
:
KoinComponent
Members
Constructors
Game
Statistics
Handler
Link copied to clipboard
desktop
constructor
(
scope
:
CoroutineScope
)
Properties
_
state
Link copied to clipboard
desktop
private
val
_state
:
MutableStateFlow
<
GameStatisticsState
>
data
Access
Link copied to clipboard
desktop
private
val
dataAccess
:
DataAccess
scope
Link copied to clipboard
desktop
val
scope
:
CoroutineScope
state
Link copied to clipboard
desktop
val
state
:
StateFlow
<
GameStatisticsState
>
Functions
build
Game
Statistics
Query
Link copied to clipboard
desktop
private
fun
buildGameStatisticsQuery
(
)
:
String
get
Koin
Link copied to clipboard
desktop
open
fun
getKoin
(
)
:
Koin
load
Data
Link copied to clipboard
desktop
fun
loadData
(
)
show
Error
Link copied to clipboard
desktop
private
fun
showError
(
error
:
DatabaseException
)