0.0.3-dev.1 • Published 2 years ago
@deep-foundation/capacitor-contact v0.0.3-dev.1
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
UpdateHandlerto representContactobject value as links or
Insert a link of any type with a any name of the list described in Contact Object Value fromContactlink to the sameContactlink and set its value to the value of the corresponding property of theContactobject 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.