- Overview
- Platform Support
- The Command-Line Interface
- Platform Guides
- Using Plugman to Manage Plugins
- The config.xml File
- Icons and Splash Screens
- Embedding WebViews
- Plugin Development Guide
- Privacy Guide
- Whitelist Guide
- Accelerometer
- Camera
- Capture
- Compass
- Connection
- Contacts
- Device
- Events
- File
- Geolocation
- Globalization
- InAppBrowser
- Media
- Notification
- Splashscreen
- Storage
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, used 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 returns multiple contacts. (Boolean) (Default:
false
)