SmsConfiguration

Contains the configuration information of SMS notifications.

Types

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

Properties

Link copied to clipboard

The message that you want to send. The message can be up to 200 characters.

Link copied to clipboard

Specifies one or more recipients who receive the message.

Link copied to clipboard

The sender ID.

Functions

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