ActionGroupSmsReceiver

data class ActionGroupSmsReceiver(val countryCode: String, val name: String, val phoneNumber: String)

Constructors

Link copied to clipboard
constructor(countryCode: String, name: String, phoneNumber: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The country code of the SMS receiver.

Link copied to clipboard

The name of the SMS receiver. Names must be unique (case-insensitive) across all receivers within an action group.

Link copied to clipboard

The phone number of the SMS receiver.