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 val hostParams: Map<String, String>

The map of host parameters.

Link copied to clipboard
abstract val 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 templated web view URL.

Functions

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

Sets a path parameter value.

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

Sets any parameter value.

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.