Android SDK 100ms
lib
/
live.hms.video.polls.models.question
/
HmsPollQuestionCreation
/
HmsPollQuestionCreation
Hms
Poll
Question
Creation
fun
HmsPollQuestionCreation
(
q
:
HMSPollQuestion
)
fun
HmsPollQuestionCreation
(
questionID
:
Int
,
type
:
HMSPollQuestionType
,
text
:
String
,
canSkip
:
Boolean
=
false
,
canChangeResponse
:
Boolean
=
true
,
duration
:
Long
=
0
,
weight
:
Int
=
1
,
answerShortMinLength
:
Long
?
=
1
,
answerLongMinLength
:
Long
?
=
1
,
negative
:
Boolean
=
false
)