nb-contact
v0.0.5
Published
Export Ios Contacts
Maintainers
Readme
nb-contact
Export Ios Contacts
Install
npm install nb-contact
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
storeContact(...)
storeContact(contact: ContactOptions) => Promise<boolean>| Param | Type |
| ------------- | --------------------------------------------------------- |
| contact | ContactOptions |
Returns: Promise<boolean>
Interfaces
ContactOptions
| Prop | Type |
| ------------------- | ------------------- |
| firstName | string |
| lastName | string |
| streetAddress | string |
| city | string |
| zipCode | string |
| country | string |
| phone | string |
