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