firescript / nativescript-contacts

A nativescript module that gives access to the native contact directory.
MIT License
28 stars 32 forks source link

Add the ability to check if a contact is unified (iOS) #62

Closed jzgoda closed 5 years ago

jzgoda commented 5 years ago

It's very helpful to know if a returned contact has been unified. This can be accomplished with the isUnifiedWithContact(withIdentifier:) instance method.

(I'm not sure if there is an analogous check for Android.)