Searched refs:getContactByIdAsync (Results 1 – 9 of 9) sorted by relevance
33 it(unavailableMessage, () => executeFailingMethod(Contacts.getContactByIdAsync));
159 const contact = await Contacts.getContactByIdAsync('-1');180 const contact = await Contacts.getContactByIdAsync(contactId, [361 const contact = await Contacts.getContactByIdAsync(fakeContactId, [396 const contact = await Contacts.getContactByIdAsync(id);418 const result = await Contacts.getContactByIdAsync(contactId, [Contacts.Fields.FirstName]);437 const contact = await Contacts.getContactByIdAsync(contactId);
86 const contact = await Contacts.getContactByIdAsync(contactId);
84 const contact = await Contacts.getContactByIdAsync(id);
558 export declare function getContactByIdAsync(id: string, fields?: FieldType[]): Promise<Contact | un…
72 export async function getContactByIdAsync(id, fields) { function
1 …getContactByIdAsync('161A368D-D614-4A15-8DC6-665FDBCFAE55');\n * if (contact) {\n * console.log(…
630 export async function getContactByIdAsync( function
133 ### `Contacts.getContactByIdAsync(contactId, fields)`136 Contacts.getContactByIdAsync(contactId: string, fields: FieldType[]): Promise<Contact>157 const contact = await Contacts.getContactByIdAsync('161A368D-D614-4A15-8DC6-665FDBCFAE55');