contacts-plugin

NA

Install

npm install contacts-plugin
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[]; }>