socketio-kotlin
Toggle table of contents
2.4.0
common
Platform filter
common
Switch theme
Search in API
socketio-kotlin
socketio-kotlin
/
org.hildan.socketio
/
EngineIOPacket
/
Message
Message
data
class
Message
<
T
>
(
val
payload
:
T
)
:
EngineIOPacket
<
T
>
(
source
)
Used to send a text payload to the other side.
Members
Constructors
Message
Link copied to clipboard
constructor
(
payload
:
T
)
Properties
payload
Link copied to clipboard
val
payload
:
T