toggle menu
stream-chat-android
6.5.3
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.events
/
ConnectingEvent
Connecting
Event
data
class
ConnectingEvent
(
val
type
:
String
,
val
createdAt
:
Date
,
val
rawCreatedAt
:
String
?
)
:
ChatEvent
Triggered when a user is connecting to the WS
Members
Members & Extensions
Constructors
Connecting
Event
Link copied to clipboard
constructor
(
type
:
String
,
createdAt
:
Date
,
rawCreatedAt
:
String
?
)
Properties
created
At
Link copied to clipboard
open
override
val
createdAt
:
Date
raw
Created
At
Link copied to clipboard
open
override
val
rawCreatedAt
:
String
?
type
Link copied to clipboard
open
override
val
type
:
String
Inherited properties
seq
Link copied to clipboard
val
seq
:
Int
Inherited functions
enrich
If
Needed
Link copied to clipboard
fun
ChatEvent
.
enrichIfNeeded
(
)
:
ChatEvent