-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasChannel,io.getstream.chat.android.client.events.HasUnreadCounts
public final class NotificationChannelDeletedEvent extends CidEvent implements HasChannel, HasUnreadCounts
Triggered when a channel is deleted
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final StringrawCreatedAtprivate final Stringcidprivate final StringchannelTypeprivate final StringchannelIdprivate final Channelchannelprivate final IntegertotalUnreadCountprivate final IntegerunreadChannelsprivate final Integerseq
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()StringgetCid()StringgetChannelType()StringgetChannelId()ChannelgetChannel()IntegergetTotalUnreadCount()IntegergetUnreadChannels()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getChannel
Channel getChannel()
-
getTotalUnreadCount
Integer getTotalUnreadCount()
-
getUnreadChannels
Integer getUnreadChannels()
-
-
-
-