firescript / nativescript-contacts

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

getContactsInGroup() not taking parameters #26

Closed joey0xx closed 5 years ago

joey0xx commented 7 years ago

When i do;

var group = args.data[0]
contacts.getContactsInGroup(group)

I get the error: Supplied parameters do not match any signature of call target. In fact, all of the other functions that are supposed to take a parameter throw that error. The function getContact(), works well.

I'm using NS 3.0 with Angular/TS.

NitayRabi commented 6 years ago

Duplicate of #27