Deprecated. This API was deprecated. It now calls to nomad.shell APIs to access drives saved with the ‘contact’ tag. Applications should migrate to nomad.shell for new development.

nomad.contacts.requestProfile()

Displays a dialog to select one profile drive.

  • Returns Promise<Object>. An object with url, title, and description properties.

nomad.contacts.requestContact()

Shows a selection dialog for one contact from the address book.

  • Returns Promise<Object>. An object with url, title, and description properties.

nomad.contacts.requestContacts()

Creates a multi-select dialog for choosing multiple contacts.

  • Returns Promise<Array<Object>>. An array of contact objects each containing url, title, and description.

nomad.contacts.list()

Retrieves all contacts in the address book as an array. Requires explicit user permission.

  • Returns Promise<Array<Object>>. An array of objects containing url, title, and description for each contact.