1.0.0 • Published 4 years ago
@hoabuidev/cap-contacts v1.0.0
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 |
1.0.0
4 years ago