toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.events
/
UserStopWatchingEvent
User
Stop
Watching
Event
data
class
UserStopWatchingEvent
(
val
type
:
String
,
val
createdAt
:
Date
,
val
rawCreatedAt
:
String
,
val
cid
:
String
,
val
watcherCount
:
Int
=
0
,
val
channelType
:
String
,
val
channelId
:
String
,
val
user
:
User
)
:
CidEvent
,
UserEvent
,
HasWatcherCount
Triggered when a user stops watching a channel
Members
Members & Extensions
Constructors
User
Stop
Watching
Event
Link copied to clipboard
constructor
(
type
:
String
,
createdAt
:
Date
,
rawCreatedAt
:
String
,
cid
:
String
,
watcherCount
:
Int
=
0
,
channelType
:
String
,
channelId
:
String
,
user
:
User
)
Properties
channel
Id
Link copied to clipboard
open
override
val
channelId
:
String
channel
Type
Link copied to clipboard
open
override
val
channelType
:
String
cid
Link copied to clipboard
open
override
val
cid
:
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
user
Link copied to clipboard
open
override
val
user
:
User
watcher
Count
Link copied to clipboard
open
override
val
watcherCount
:
Int
=
0
Inherited properties
seq
Link copied to clipboard
val
seq
:
Int
Inherited functions
enrich
If
Needed
Link copied to clipboard
fun
ChatEvent
.
enrichIfNeeded
(
)
:
ChatEvent