toggle menu
stream-chat-android
6.6.0
jvm
switch theme
search in API
stream-chat-android-core
/
io.getstream.chat.android.models
/
PollConfig
/
PollConfig
Poll
Config
constructor
(
name
:
String
,
options
:
List
<
String
>
,
description
:
String
=
""
,
votingVisibility
:
VotingVisibility
=
VotingVisibility.PUBLIC
,
enforceUniqueVote
:
Boolean
=
true
,
maxVotesAllowed
:
Int
=
1
,
allowUserSuggestedOptions
:
Boolean
=
false
,
allowAnswers
:
Boolean
=
false
)