WebViewFormat

@JsonClass(generateAdapter = true)
class WebViewFormat(var url: String, val title: TitleItem, val parameters: List<SurveyParameter>?, val templatedWebView: TemplatedWebView? = null) : StaticContentFormat

Constructors

Link copied to clipboard
constructor(url: String, title: TitleItem, parameters: List<SurveyParameter>?, templatedWebView: TemplatedWebView? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Transient
val templatedWebView: TemplatedWebView? = null
Link copied to clipboard
Link copied to clipboard
var url: String