native plugin demo
npm install contacts-plugin
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
getContacts(filter: string) => Promise<{ results: any[]; }>
Param | Type |
---|---|
filter |
string |
Returns: Promise<{ results: any[]; }>