1.2.2 • Published 2 years ago

yagnik-contacts v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


getContacts(...)

getContacts(filter: string) => Promise<{ results: any[]; }>
ParamType
filterstring

Returns: Promise<{ results: any[]; }>


1.2.2

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago