capacitor-native-multi-contacts
v1.0.0
Published
Capacitor plugin for picking multiple contacts from native contacts list - works on ios only
Readme
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 syncAPI
echo(...)
echo(options: { value: string; }) => any| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: any
open()
open() => anyReturns: any
Interfaces
Contact
| Prop | Type |
| ---------------------- | ------------------- |
| identifier | string |
| fullName | string |
| givenName | string |
| familyName | string |
| nickname | string |
| jobTitle | string |
| departmentName | string |
| organizationName | string |
| note | string |
| phoneNumbers | {} |
| emailAddresses | {} |
