shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.mediasfu
/
MediasfuGenericState
/
createPoll
create
Poll
fun
createPoll
(
question
:
String
,
options
:
List
<
String
>
,
type
:
String
=
"singleChoice"
,
onComplete
:
(
)
->
Unit
?
=
null
)