
An object used to create applications that can add and/or retrieve phone numbers and email addresses to/from a user's address book.
Use the launchbox.Contacts reference to obtain an instance of this
object.
| Name | Return type | Description |
|---|---|---|
| save | undefined |
Uses given parameters to add an entry to the user's address book. |
| find | undefined |
Searches the user's address book for entries matching the given parameters. |
| remove | undefined |
Uses given parameters to remove an entry from the user's address book. |