-
public final class PollUpdateEvent
Class representing an event that a poll has been updated. The affected poll may be in multiple channels. This event will be passed to SendBird.ChannelHandler.onPollUpdated. Once this event is received, the user must find cached messages that contain this poll and apply changes using UserMessage.applyPollUpdateEvent. When the poll is removed, the Poll.details field may be missing so status field is additionally given for such case.
since 3.0.171
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PollUpdateEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Poll
poll
private final Poll.Status
status
-