Capacitor plugin for picking contact from native contacts list
npm install capacitor-native-contacts
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
open() => Promise<{ value: Contact | null; }>
Returns: Promise<{ value: Contact | null; }>
Prop | Type |
---|---|
identifier |
string |
fullName |
string |
givenName |
string |
familyName |
string |
nickname |
string |
jobTitle |
string |
departmentName |
string |
organizationName |
string |
note |
string |
phoneNumbers |
string[] |
emailAddresses |
string[] |