@hoabuidev/cap-contacts
v1.0.0
Published
Get contact list from the device
Readme
cap-contacts
Get contact list from the device
Install
npm install cap-contacts
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => any| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: any
getContacts(...)
getContacts(options: { name: string; }) => any| Param | Type |
| ------------- | ------------------------------ |
| options | { name: string; } |
Returns: any
pickContact()
pickContact() => anyReturns: any
checkPermission()
checkPermission() => anyReturns: any
requestPermission()
requestPermission() => anyReturns: any
Interfaces
ContactDetail
| Prop | Type |
| ----------- | ------------------- |
| name | string |
| phone | string |
