Class NotificationAddedToChannelEvent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasChannel,io.getstream.chat.android.client.events.HasMember,io.getstream.chat.android.client.events.HasUnreadCounts
public final class NotificationAddedToChannelEvent extends CidEvent implements HasChannel, HasMember, HasUnreadCounts
Triggered when the user is added to the list of channel members
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final StringrawCreatedAtprivate final Stringcidprivate final StringchannelTypeprivate final StringchannelIdprivate final Channelchannelprivate final Membermemberprivate final IntegertotalUnreadCountprivate final IntegerunreadChannelsprivate final Integerseq
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()StringgetCid()StringgetChannelType()StringgetChannelId()ChannelgetChannel()MembergetMember()IntegergetTotalUnreadCount()IntegergetUnreadChannels()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getChannel
Channel getChannel()
-
getMember
Member getMember()
-
getTotalUnreadCount
Integer getTotalUnreadCount()
-
getUnreadChannels
Integer getUnreadChannels()
-
-
-
-