mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
docs(contacts): add docs basic create()
This commit is contained in:
parent
51364f8edd
commit
ea36333497
@ -277,6 +277,10 @@ export class ContactFindOptions implements IContactFindOptions {
|
|||||||
repo: 'https://github.com/apache/cordova-plugin-contacts'
|
repo: 'https://github.com/apache/cordova-plugin-contacts'
|
||||||
})
|
})
|
||||||
export class Contacts {
|
export class Contacts {
|
||||||
|
/**
|
||||||
|
* Create a single contact.
|
||||||
|
* @return Returns a object Contact
|
||||||
|
*/
|
||||||
static create(): Contact {
|
static create(): Contact {
|
||||||
return new Contact();
|
return new Contact();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user