sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.http.common
/
WebSocketSession
/
sendText
send
Text
abstract
fun
sendText
(
scope
:
CoroutineScope
,
text
:
String
)
:
Job
异步发送一条文本消息。
Return
一个代表发送操作的
Job
对象。
Parameters
scope
执行此异步操作的协程作用域。
text
要发送的文本字符串。