PhoneNumberIdentifier

@objcMembers
public class PhoneNumberIdentifier : NSObject, CommunicationIdentifier

Communication identifier for Communication Services representing a Phone Number

  • Undocumented

    Declaration

    Swift

    public let phoneNumber: String
  • Undocumented

    Declaration

    Swift

    public let rawId: String?
  • Creates a PhoneNumberIdentifier object

    Declaration

    Swift

    public init(phoneNumber: String, rawId: String? = nil)

    Parameters

    phoneNumber

    phone number to create the object, different from identifier

    rawId

    The optional raw id of the phone number.

  • Undocumented

    Declaration

    Swift

    public static func == (lhs: PhoneNumberIdentifier, rhs: PhoneNumberIdentifier) -> Bool