VisualMessageConfiguration

The configuration for a customizable message displayed on a visual. Supports parameter substitution in text fields.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description text of the message that is displayed on the visual.

Link copied to clipboard

Specifies whether the description of the message is displayed.

Link copied to clipboard

Specifies whether the custom message is displayed on the visual. When set to true, the custom message appears in place of the default message. When set to false or omitted, the default message is displayed.

Link copied to clipboard

The display text of the hyperlink that is shown in the message.

Link copied to clipboard

The destination URL of the hyperlink that is shown in the message. Only valid http, https, and mailto URLs are supported.

Link copied to clipboard

Specifies whether the hyperlink in the message is displayed.

Link copied to clipboard

The title text of the message that is displayed on the visual.

Link copied to clipboard

Specifies whether the title of the message is displayed.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String