kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.core.socket
Package-level
declarations
Types
Types
Channel
Callback
Any
Link copied to clipboard
typealias
ChannelCallbackAny
=
(
PusherEventAny
)
->
Unit
Event
Callback
Link copied to clipboard
typealias
EventCallback
=
(
Any
?
)
->
Unit
Pusher
Connection
Established
DTO
Link copied to clipboard
@
Serializable
data
class
PusherConnectionEstablishedDTO
(
val
socketId
:
String
,
val
activityTimeout
:
Double
)
Pusher
Event
Any
Link copied to clipboard
@
Serializable
data
class
PusherEventAny
(
val
event
:
String
,
val
data
:
JsonElement
?
=
null
,
val
channel
:
String
)