SMSSenderInfo
public struct SMSSenderInfo : Decodable, Identifiable, Equatable, Hashable
extension PreferenceCenterConfig.ContactManagementItem.SMSSenderInfo: Encodable
The info used to populate the add channel prompt sender input for SMS.
-
Declaration
Swift
public var id: String { get }
-
The senderId is the number from which the SMS is sent.
Declaration
Swift
public var senderId: String
-
Placeholder text.
Declaration
Swift
public var placeholderText: String
-
Country calling code. Examples: (1, 33, 44)
Declaration
Swift
public var countryCode: String
-
Country display name.
Declaration
Swift
public var displayName: String