socketio-kotlin
Toggle table of contents
2.1.0
common
Platform filter
common
Switch theme
Search in API
socketio-kotlin
socketio-kotlin
/
org.hildan.socketio
/
PayloadElement
Payload
Element
sealed
interface
PayloadElement
(
source
)
Inheritors
Json
AttachmentRef
Members
Types
Attachment
Ref
Link copied to clipboard
data
class
AttachmentRef
(
val
attachmentIndex
:
Int
)
:
PayloadElement
Json
Link copied to clipboard
data
class
Json
(
val
jsonElement
:
JsonElement
)
:
PayloadElement