WidgetDestination

The destination for an outbound web notification, specifying the communication widget that delivers the notification and the customer profile of the recipient.

Types

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

Properties

Link copied to clipboard

The identifier of the customer profile associated with the browser session that should receive the notification.

Link copied to clipboard

The identifier of the communication widget that delivers the notification to the customer's browser.

Functions

Link copied to clipboard
inline fun copy(block: WidgetDestination.Builder.() -> Unit = {}): WidgetDestination
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