//interface/healthstack.backend.integration.task/ChoiceProperties

ChoiceProperties

[androidJvm]
class ChoiceProperties(val tag: String, val skipLogic: List<SkipLogic>? = null, val options: List<Option>) : ItemProperties

Item properties for the choice question.

Parameters

androidJvm

   
tag Type of UI component to render. (ex) Radio, Dropdown

Constructors

   
ChoiceProperties [androidJvm]
fun ChoiceProperties(tag: String, skipLogic: List<SkipLogic>? = null, options: List<Option>)

Properties

Name Summary
options [androidJvm]
val options: List<Option>
Values given as options. Option
skipLogic [androidJvm]
@SerializedName(value = "skip_logic")
val skipLogic: List<SkipLogic>?
tag [androidJvm]
val tag: String
Type of UI component to render. (ex) Radio, Dropdown