pexip-android-sdk
Toggle table of contents
0.17.5
jvm
Platform filter
jvm
Switch theme
Search in API
pexip-android-sdk
sdk-api
/
com.pexip.sdk.api.infinity
/
DataChannelMessage
/
Message
Message
@
Serializable
@
SerialName
(
value
=
"message"
)
data
class
Message
(
val
body
:
DataChannelMessage.Message.Body
)
:
DataChannelMessage
(
source
)
Members
Constructors
Message
Link copied to clipboard
constructor
(
body
:
DataChannelMessage.Message.Body
)
Types
Body
Link copied to clipboard
@
Serializable
data
class
Body
(
val
type
:
String
,
val
payload
:
String
,
val
senderId
:
ParticipantId
,
val
senderName
:
String
=
""
)
Properties
body
Link copied to clipboard
val
body
:
DataChannelMessage.Message.Body
Functions
encode
To
String
Link copied to clipboard
open
fun
encodeToString
(
)
:
String
Serializes this instance to a JSON string.