toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.events
/
HealthEvent
Health
Event
data
class
HealthEvent
(
val
type
:
String
,
val
createdAt
:
Date
,
val
rawCreatedAt
:
String
,
val
connectionId
:
String
)
:
ChatEvent
Triggered every 30 second to confirm that the client connection is still alive
Members
Members & Extensions
Constructors
Health
Event
Link copied to clipboard
constructor
(
type
:
String
,
createdAt
:
Date
,
rawCreatedAt
:
String
,
connectionId
:
String
)
Properties
connection
Id
Link copied to clipboard
val
connectionId
:
String
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