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
/
close
close
abstract
fun
close
(
scope
:
CoroutineScope
,
code
:
Int
,
message
:
String
)
:
Job
异步关闭 WebSocket 连接。
Return
一个代表关闭操作的
Job
对象。
Parameters
scope
执行此异步操作的协程作用域。
code
关闭状态码。
message
关闭原因的描述信息。