toggle menu
kaari-project
0.1.1-SNAPSHOT
common
switch theme
search in API
kaari-presentation-core
/
com.javiersc.kaari.presentation.core
/
KaariPresentation
Kaari
Presentation
interface
KaariPresentation
<
Effect
,
State
>
Members
Properties
events
Link copied to clipboard
abstract
val
events
:
MutableSharedFlow
<
Effect
>
scope
Link copied to clipboard
abstract
val
scope
:
CoroutineScope
Functions
Collected
Effect
Link copied to clipboard
@
Composable
open
fun
CollectedEffect
(
block
:
suspend
CoroutineScope
.
(
effect
:
Effect
)
->
Unit
)
effect
Link copied to clipboard
open
fun
effect
(
effect
:
Effect
)
open
fun
effect
(
effect
:
(
)
->
Effect
)
state
Link copied to clipboard
@
Composable
abstract
fun
state
(
)
:
State