TemplatedWebView

The web view used by an auto-response component that may require additional parameters.

Properties

Link copied to clipboard
abstract var formattedUrl: URL?

The formatted URL.

Link copied to clipboard
abstract var isUrlFormatted: Boolean

Indicates whether the URL is formatted correctly.

Link copied to clipboard
abstract val pathParams: Map<String, String>

The map of path parameters.

Link copied to clipboard
abstract val queryParams: Map<String, String>

The map of query parameters.

Link copied to clipboard
abstract val title: String

The title of the web view

Link copied to clipboard
abstract val url: URL?

The web view URL.

Functions

Link copied to clipboard
abstract fun setPathParameterValue(key: String, value: String)

Sets a path parameter value.

Link copied to clipboard
abstract fun setQueryParameterValue(key: String, value: String)

Sets a query parameter value.