@deep-foundation/capacitor-contacts
v0.0.3-dev.18
Published
<DESCRIPTION>
Downloads
31
Maintainers
Keywords
Readme
A deep package based on @capacitor/contact
Table Of Contents
Prerequisitions
- Install this package in your deep by using npm-packager
- Provide permissions to this package
Quick Start
- Insert a link of type
Contact
- Change its object value to the object with properties described in Contact Object Value and this update will be handled by the
UpdateHandler
to representContact
object value as links or
Insert a link of any type with a any name of the list described in Contact Object Value fromContact
link to the sameContact
link and set its value to the value of the corresponding property of theContact
object value
Note: You can use library of this package to do operations described above. Read about it in Documentation
Contact Object Value
The Contact
link can have object value.
No one field is required. You can add any fields as you want. Only the fields that are supported by this package will be represented as links
Supported fields can be found in the ContactInfo
interface
Example of Contact Object Value
Update Handling
Contact
updates are handled by the UpdateHandler
to represent Contact
object value as links
Contribution
Feel free to contribute. Please fork the repository and submit a pull request for any bugs, improvements, or features.