SmsChannelResponse

Provides information about 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

The unique identifier for the application that the SMS channel applies to.

Link copied to clipboard

The date and time, in ISO 8601 format, when the SMS channel was enabled.

Link copied to clipboard

Specifies whether the SMS channel is enabled for the application.

Link copied to clipboard

(Not used) This property is retained only for backward compatibility.

Link copied to clipboard
val id: String?

(Deprecated) An identifier for the SMS channel. This property is retained only for backward compatibility.

Link copied to clipboard

Specifies whether the SMS channel is archived.

Link copied to clipboard

The user who last modified the SMS channel.

Link copied to clipboard

The date and time, in ISO 8601 format, when the SMS channel was last modified.

Link copied to clipboard

The type of messaging or notification platform for the channel. For the SMS channel, this value is SMS.

Link copied to clipboard

The maximum number of promotional messages that you can send through the SMS channel each second.

Link copied to clipboard

The identity that displays on recipients' devices when they receive messages from the SMS channel.

Link copied to clipboard

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

Link copied to clipboard

The maximum number of transactional messages that you can send through the SMS channel each second.

Link copied to clipboard
val version: Int?

The current version of the SMS channel.

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