cordova-plugin-contacts联系人操作

一、cordova-plugin-contacts插件可以操作手机联系人,需要客户端用户同意授权当前程序访问。

1.安装命令

cordova plugin add cordova-plugin-contacts
2.插件相关api和对象

操作方法

  • navigator.contacts.create
  • navigator.contacts.find
  • navigator.contacts.pickContact
相关对象

  • Contact
  • ContactName
  • ContactField
  • ContactAddress
  • ContactOrganization
  • ContactFindOptions
  • ContactError
  • ContactFieldType

你可能感兴趣的:(Apache,Cordova)