Class NotificationInviteAcceptedEvent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasChannel,io.getstream.chat.android.client.events.HasMember,io.getstream.chat.android.client.events.UserEvent
public final class NotificationInviteAcceptedEvent extends CidEvent implements UserEvent, HasMember, HasChannel
Triggered when the user accepts an invite
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final StringrawCreatedAtprivate final Stringcidprivate final StringchannelTypeprivate final StringchannelIdprivate final Useruserprivate final Membermemberprivate final Channelchannelprivate final DatechannelLastMessageAtprivate final Integerseq
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()StringgetCid()StringgetChannelType()StringgetChannelId()UsergetUser()MembergetMember()ChannelgetChannel()DategetChannelLastMessageAt()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getUser
User getUser()
-
getMember
Member getMember()
-
getChannel
Channel getChannel()
-
getChannelLastMessageAt
Date getChannelLastMessageAt()
-
-
-
-