1.0.0 • Published 3 years ago

@hoabuidev/cap-contacts v1.0.0

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

cap-contacts

Get contact list from the device

Install

npm install cap-contacts
npx cap sync

API

echo(...)

echo(options: { value: string; }) => any
ParamType
options{ value: string; }

Returns: any


getContacts(...)

getContacts(options: { name: string; }) => any
ParamType
options{ name: string; }

Returns: any


pickContact()

pickContact() => any

Returns: any


checkPermission()

checkPermission() => any

Returns: any


requestPermission()

requestPermission() => any

Returns: any


Interfaces

ContactDetail

PropType
namestring
phonestring