toggle menu
stream-chat-android
6.6.0
jvm
switch theme
search in API
stream-chat-android-core
/
io.getstream.chat.android.models
/
ConnectionData
Connection
Data
@
Immutable
data
class
ConnectionData
(
val
user
:
User
,
val
connectionId
:
String
)
Members
Constructors
Connection
Data
Link copied to clipboard
constructor
(
user
:
User
,
connectionId
:
String
)
Properties
connection
Id
Link copied to clipboard
val
connectionId
:
String
user
Link copied to clipboard
val
user
:
User