SMS

public struct SMS : Decodable, Equatable
extension PreferenceCenterConfig.ContactManagementItem.SMS: Encodable

SMS registration options

  • List of sender ids - the identifiers for the senders of the SMS verification message

    Declaration

    Swift

    public var senders: [SMSSenderInfo]
  • Country code label

    Declaration

    Swift

    public var countryLabel: String
  • MSISDN Label

    Declaration

    Swift

    public var msisdnLabel: String
  • Label with resend button

    Declaration

    Swift

    public var pendingLabel: PendingLabel
  • Error messages that can result of attempting to add a MSISDN

    Declaration

    Swift

    public var errorMessages: ErrorMessages