class Copiagenda
class Copiagenda : public NSObjectSource file(s): Copiagenda.m; Copiagenda.h
This class provides access to the Copiagenda service that allows us to retrieve our contact list through an HTTP interface. To use this service you must send the SMS "Alta" to "222".
This API allows us to perform the following operations:
- Retrieve our contacts stored in Copiagenda service. The contact list is received in CSV format that you can store and use later.
You will need a SIM card with 128Kb to be able to copy your SIM contacts.
Methods
| RetrieveContacts | Performs contact list retrieval |
Sample Code
| Copiagenda | Sample code to show how to use Copiagenda API |