We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Deals with connecting to the database to retrieve or update information relating to contacts and providing this information to the UI.
Gets a contact from the database by id and provides details to the UI
Integer
AddressBook
Updates a contact in the database with changed information and updates the UI
Contact
Loads in the name, id and photo of all contacts in the database and provides this to the UI
Exports contacts with the given ids
Array.<Integer>
Deletes a contact from the database and the UI