- Accelerometer
- Camera
- Capture
- Compass
- Connection
- Contacts
- Device
- Events
- File
- Geolocation
- Globalization
- InAppBrowser
- Media
- Notification
- Splashscreen
- Storage
- Getting Started Guides
- Command-Line Usage
- Privacy Guide
- Upgrading Guides
- Project Settings
- Plugin Development Guide
- Domain Whitelist Guide
- Embedding WebView
This version of the documentation is outdated!
Click here for the latest released version.
contactFindOptions
Optional parameter of the [contacts.find](../contacts.find.html)
method. Use this parameter to filter the contacts returned from the contacts database.
{
filter: "",
multiple: true,
};
Options
- filter: The search string used to filter contacts. (DOMString) (Default: "")
- multiple: Determines if the find operation should return multiple contacts. (Boolean) (Default: false)