Class VoteChangedEvent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasPoll
public final class VoteChangedEvent extends CidEvent implements HasPoll
Triggered when a vote is changed.
-
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()StringgetCid()StringgetChannelType()StringgetChannelId()PollgetPoll()final VotegetNewVote()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getPoll
Poll getPoll()
-
getNewVote
final Vote getNewVote()
-
-
-
-