1.0.0 • Published 3 years ago
capacitor-native-multi-contacts v1.0.0
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
Param | Type |
---|---|
options | { value: string; } |
Returns: any
open()
open() => any
Returns: 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 | {} |
1.0.0
3 years ago