myp-contact
v0.0.12
Published
my contact plugin for ionic(test only)
Downloads
52
Readme
myp-contact
my contact plugin for ionic(test only)
Install
npm install myp-contact
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => any| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: any
getPermissions()
getPermissions() => anyReturns: any
getGroups()
getGroups() => anyReturns: any
getContacts()
getContacts() => anyReturns: any
Interfaces
PermissionStatus
| Prop | Type |
| ------------- | -------------------- |
| granted | boolean |
Groups
| Prop | Type |
| --------------------- | ------------------- |
| groupId | string |
| accountType | string |
| accountName | string |
| title | string |
| count | string |
| countWithPhones | string |
Contact
| Prop | Type |
| ---------------------- | ------------------- |
| contactId | string |
| displayName | string |
| phoneNumbers | {} |
| emails | {} |
| photoThumbnail | string |
| organizationName | string |
| organizationRole | string |
| birthday | string |
PhoneNumber
| Prop | Type |
| ------------ | ------------------- |
| label | string |
| number | string |
EmailAddress
| Prop | Type |
| ------------- | ------------------- |
| label | string |
| address | string |
