mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
parent
3865ea4777
commit
f5b52bf98f
@ -185,7 +185,7 @@ declare var ContactFindOptions: {
|
||||
|
||||
declare var Contact: {
|
||||
new(): Contact
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* @name Contacts
|
||||
@ -202,12 +202,11 @@ declare var Contact: {
|
||||
*
|
||||
*
|
||||
*
|
||||
* Contacts.save({
|
||||
* Contacts.create({
|
||||
* displayName: "Mr. Ionitron"
|
||||
* }).then((contact) => {}, (err) => {})
|
||||
* ```
|
||||
*
|
||||
* See the `save()` docs for a full list of fields.
|
||||
*
|
||||
*/
|
||||
@Plugin({
|
||||
|
Loading…
Reference in New Issue
Block a user