yagnik-contacts
v1.2.2
Published
this plugin will fetch your contacts from your device.
Downloads
3
Readme
yagnik-contacts
this plugin will fetch your contacts from your device.
Install
npm install yagnik-contacts
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>
getContacts(...)
getContacts(filter: string) => Promise<{ results: any[]; }>
| Param | Type |
| ------------ | ------------------- |
| filter
| string |
Returns: Promise<{ results: any[]; }>