5.0.0 • Published 12 months ago

@nadavhalfon/capacitor-native-contacts v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

capacitor-native-contacts

Capacitor plugin for picking contact from native contacts list

Install

npm install capacitor-native-contacts
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


open()

open() => Promise<{ value: Contact | null; }>

Returns: Promise<{ value: Contact | null; }>


Interfaces

Contact

PropType
identifierstring
fullNamestring
givenNamestring
familyNamestring
nicknamestring
jobTitlestring
departmentNamestring
organizationNamestring
notestring
phoneNumbersstring[]
emailAddressesstring[]
5.0.0

12 months ago

0.1.5

2 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago