isUnifiedWithContact(withIdentifier:)
Returns a Boolean indicating whether the current contact is a unified contact and includes a contact with the specified identifier.
Declaration
func isUnifiedWithContact(withIdentifier contactIdentifier: String) -> BoolParameters
- contactIdentifier:
An identifier for an existing contact. If this string is empty, the method returns False.
Return Value
true if the current contact is a unified contact and if contactIdentifier represents one of the contacts that contributes to the unified information; otherwise, false.