Android SDK 100ms
lib
/
live.hms.video.polls.network
/
QuestionContainer
Question
Container
data
class
QuestionContainer
(
val
questions
:
List
<
HMSPollQuestion
>
?
=
null
,
val
error
:
Throwable
?
=
null
)
Constructors
Functions
Properties
Constructors
Question
Container
Link copied to clipboard
fun
QuestionContainer
(
questions
:
List
<
HMSPollQuestion
>
?
=
null
,
error
:
Throwable
?
=
null
)
Functions
exception
Or
Null
Link copied to clipboard
fun
exceptionOrNull
(
)
:
Throwable
?
Properties
error
Link copied to clipboard
val
error
:
Throwable
?
=
null
is
Success
Link copied to clipboard
val
isSuccess
:
Boolean
questions
Link copied to clipboard
val
questions
:
List
<
HMSPollQuestion
>
?
=
null