SmsChannelRequest

Specifies the status and settings of the SMS channel for an application.

Types

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

Properties

Link copied to clipboard

Specifies whether to enable the SMS channel for the application.

Link copied to clipboard

The identity that you want to display on recipients' devices when they receive messages from the SMS channel.

Link copied to clipboard

The registered short code that you want to use when you send messages through the SMS channel.

Functions

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