toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-ui-components
/
io.getstream.chat.android.ui.viewmodel.messages
/
MessageListViewModel
/
Event
/
PollClosed
Poll
Closed
data
class
PollClosed
(
val
poll
:
Poll
)
:
MessageListViewModel.Event
When the user closes a poll.
Parameters
poll
The poll to be closed.
Members
Constructors
Poll
Closed
Link copied to clipboard
constructor
(
poll
:
Poll
)
Properties
poll
Link copied to clipboard
val
poll
:
Poll