UrlValue

class UrlValue(val urlValue: Uri) : Value

Represents a URL value of an input response.

Parameters

urlValue

The URL value of the response.

Constructors

Link copied to clipboard
constructor(urlValue: Uri)

Properties

Link copied to clipboard
val urlValue: Uri
Link copied to clipboard