shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
SocketLike
/
emitWithAck
emit
With
Ack
abstract
fun
emitWithAck
(
event
:
String
,
data
:
Map
<
String
,
Any
?
>
,
ack
:
(
Map
<
String
,
Any
?
>
)
->
Unit
)