Develop Secure Code
ContactsService Data Types
getContactsService()
isAvailable()
getContacts(options)
getContactsService()Use this factory function to get an instance of ContactsService.
1import { getContactsService } from 'lightning/mobileCapabilities';
2getContactsService(): ContactsServiceNone
An instance of ContactsService.
There are no parameters or options when creating an instance. Use the instance to perform contact-related operations.
See Also