Sms

data class Sms(    val senders: List<Item.ContactManagement.SmsSenderInfo>,     val countryLabel: String,     val phoneLabel: String,     val resendOptions: Item.ContactManagement.ResendOptions,     val errorMessages: Item.ContactManagement.ErrorMessages) : Item.ContactManagement.RegistrationOptions

Constructors

Link copied to clipboard
constructor(senders: List<Item.ContactManagement.SmsSenderInfo>, countryLabel: String, phoneLabel: String, resendOptions: Item.ContactManagement.ResendOptions, errorMessages: Item.ContactManagement.ErrorMessages)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Inherited properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJson(): JsonMap