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