kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity.attachment.request
/
PusherAuthRequestDTO
Pusher
Auth
Request
DTO
@
Serializable
data
class
PusherAuthRequestDTO
(
val
socketId
:
String
,
val
channelName
:
String
)
Members
Constructors
Pusher
Auth
Request
DTO
Link copied to clipboard
constructor
(
socketId
:
String
,
channelName
:
String
)
Properties
channel
Name
Link copied to clipboard
@
SerialName
(
value
=
"channel_name"
)
val
channelName
:
String
socket
Id
Link copied to clipboard
@
SerialName
(
value
=
"socket_id"
)
val
socketId
:
String