1.0.0 • Published 3 years ago

capacitor-native-multi-contacts v1.0.0

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

capacitor-native-contacts

Capacitor plugin for picking multiple contacts from native contacts list - work on ios only, android does not support it and features picking one contact only

Install

npm install capacitor-native-contacts
npx cap sync

API

echo(...)

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

Returns: any


open()

open() => any

Returns: any


Interfaces

Contact

PropType
identifierstring
fullNamestring
givenNamestring
familyNamestring
nicknamestring
jobTitlestring
departmentNamestring
organizationNamestring
notestring
phoneNumbers{}
emailAddresses{}