-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class ReactionDeletedEvent extends CidEvent implements UserEvent
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final Usercomponent3()final Stringcomponent4()final Stringcomponent5()final Stringcomponent6()final Messagecomponent7()final Reactioncomponent8()final ReactionDeletedEventcopy(String type, Date createdAt, User user, String cid, String channelType, String channelId, Message message, Reaction reaction)StringgetType()DategetCreatedAt()UsergetUser()StringgetCid()final StringgetChannelType()final StringgetChannelId()final MessagegetMessage()final ReactiongetReaction()-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final User component3()
-
component4
final String component4()
-
component5
final String component5()
-
component6
final String component6()
-
component7
final Message component7()
-
component8
final Reaction component8()
-
copy
final ReactionDeletedEvent copy(String type, Date createdAt, User user, String cid, String channelType, String channelId, Message message, Reaction reaction)
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
getMessage
final Message getMessage()
-
getReaction
final Reaction getReaction()
-
-
-
-