getContactsService()

Use this factory function to get an instance of ContactsService.

Syntax 

1import { getContactsService } from 'lightning/mobileCapabilities';
2getContactsService(): ContactsService

Parameters 

None

Returns 

An instance of ContactsService.

Usage 

There are no parameters or options when creating an instance. Use the instance to perform contact-related operations.

See Also