sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.compose.foundation.interaction
/
MutableInteractionSource
/
emit
emit
abstract
suspend
fun
emit
(
interaction
:
Interaction
)
将
interaction
发射到
interactions
事件流中。
这是一个挂起函数。此方法不是线程安全的,不应并发调用。
Parameters
interaction
要发射的交互事件。
See also
Mutable
Interaction
Source.
tryEmit