0.0.5 • Published 2 years ago

nb-contact v0.0.5

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

nb-contact

Export Ios Contacts

Install

npm install nb-contact
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


storeContact(...)

storeContact(contact: ContactOptions) => Promise<boolean>
ParamType
contactContactOptions

Returns: Promise<boolean>


Interfaces

ContactOptions

PropType
firstNamestring
lastNamestring
streetAddressstring
citystring
zipCodestring
countrystring
phonestring
0.0.5

2 years ago

0.0.1

2 years ago