DefaultMessage

Specifies the default message for all channels.

Types

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

Properties

Link copied to clipboard
val body: String?

The default body of the message.

Link copied to clipboard

The default message variables to use in the message. You can override these default variables with individual address variables.

Functions

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