toggle menu
project-karl
1.0.5
jvm
switch theme
search in API
karl-example-desktop
/
com.karl.example
/
ExampleDataSource
Example
Data
Source
class
ExampleDataSource
(
userId
:
String
,
externalActionFlow
:
SharedFlow
<
String
>
)
:
DataSource
Members
Constructors
Example
Data
Source
Link copied to clipboard
constructor
(
userId
:
String
,
externalActionFlow
:
SharedFlow
<
String
>
)
Functions
observe
Interaction
Data
Link copied to clipboard
open
override
fun
observeInteractionData
(
onNewData
:
suspend
(
InteractionData
)
->
Unit
,
coroutineScope
:
CoroutineScope
)
:
Job