firescript / nativescript-contacts

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

Allow getAllContacts parameter to be optional #66

Closed jzgoda closed 5 years ago

jzgoda commented 5 years ago

It would be helpful if the contactFields parameter in the getAllContacts method was optional. When not provided, all available contactFields should be returned.

(It appears this is already the behavior in the Android version of the worker and model.)