shared
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.socket
/
SocketDataConverter
Socket
Data
Converter
android
actual
object
SocketDataConverter
Android implementation of data converter using JSONObject
Members
Functions
from
Map
Link copied to clipboard
android
actual
fun
fromMap
(
map
:
Map
<
String
,
Any
?
>
)
:
Any
to
Map
Link copied to clipboard
android
actual
fun
toMap
(
data
:
Any
?
)
:
Map
<
String
,
Any
?
>