PhoneNumberCollector
open class PhoneNumberCollector : FieldCollector<[String : Any]>, @unchecked SendableA collector for phone number.
- 
                  
                  default country code DeclarationSwift public private(set) var defaultCountryCode: String { get }
- 
                  
                  validate phone number DeclarationSwift public private(set) var validatePhoneNumber: Bool { get }
- 
                  
                  country code DeclarationSwift public var countryCode: String
- 
                  
                  phone number DeclarationSwift public var phoneNumber: String
- 
                  
                  Initializes a new instance of PhoneNumberCollectorwith the given JSON input.DeclarationSwift public required init(with json: [String : Any])
- 
                  
                  Initializes the PhoneNumberCollectorwith the given phone number.DeclarationSwift public override func initialize(with phoneNumber: Any)ParametersphoneNumberThe phone number to initialize the collector with. 
- 
                  
                  Returns the selected device type. DeclarationSwift override open func payload() -> [String : Any]?
 View on GitHub
            View on GitHub
          