STPContactField
@objc
public class STPContactField : NSObject, RawRepresentable
Contains constants that represent different parts of a users contact/address information.
-
Declaration
Swift
public let rawValue: String
-
Declaration
Swift
public required init(rawValue: String)
-
The contact’s full physical address.
Declaration
Swift
@objc public static let postalAddress: STPContactField
-
The contact’s email address
Declaration
Swift
@objc public static let emailAddress: STPContactField
-
The contact’s phone number.
Declaration
Swift
@objc public static let phoneNumber: STPContactField
-
The contact’s name.
Declaration
Swift
@objc public static let name: STPContactField