Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
feature-asian-media
/
org.octavius.modules.asian.home.model
/
AsianMediaHomeHandler
Asian
Media
Home
Handler
desktop
class
AsianMediaHomeHandler
(
val
scope
:
CoroutineScope
)
:
KoinComponent
Members
Constructors
Asian
Media
Home
Handler
Link copied to clipboard
desktop
constructor
(
scope
:
CoroutineScope
)
Properties
_
state
Link copied to clipboard
desktop
private
val
_state
:
MutableStateFlow
<
AsianMediaHomeState
>
data
Access
Link copied to clipboard
desktop
private
val
dataAccess
:
DataAccess
scope
Link copied to clipboard
desktop
private
val
scope
:
CoroutineScope
state
Link copied to clipboard
desktop
val
state
:
StateFlow
<
AsianMediaHomeState
>
Functions
get
Koin
Link copied to clipboard
desktop
open
fun
getKoin
(
)
:
Koin
get
Sql
Link copied to clipboard
desktop
fun
getSql
(
)
:
String
load
Data
Link copied to clipboard
desktop
fun
loadData
(
)
show
Error
Link copied to clipboard
desktop
private
fun
showError
(
error
:
DatabaseException
)