shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
Poll
/
Poll
Poll
constructor
(
id
:
String
?
=
null
,
question
:
String
,
type
:
String
?
=
null
,
options
:
List
<
String
>
=
emptyList()
,
votes
:
List
<
Int
>
=
emptyList()
,
status
:
String
?
=
null
,
voters
:
Map
<
String
,
Int
>
=
emptyMap()
)