Class NotificationInvitedEvent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasMember,io.getstream.chat.android.client.events.UserEvent
public final class NotificationInvitedEvent extends CidEvent implements UserEvent, HasMember
Triggered when the user is invited to join a channel
-
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()StringgetCid()StringgetChannelType()StringgetChannelId()UsergetUser()MembergetMember()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getUser
User getUser()
-
getMember
Member getMember()
-
-
-
-