Home
last modified time | relevance | path

Searched refs:getContactByIdAsync (Results 1 – 9 of 9) sorted by relevance

/expo/apps/test-suite/tests/
H A DContacts.web.js33 it(unavailableMessage, () => executeFailingMethod(Contacts.getContactByIdAsync));
H A DContacts.js159 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);
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactUtils.ts86 const contact = await Contacts.getContactByIdAsync(contactId);
H A DContactDetailScreen.tsx84 const contact = await Contacts.getContactByIdAsync(id);
/expo/packages/expo-contacts/build/
H A DContacts.d.ts558 export declare function getContactByIdAsync(id: string, fields?: FieldType[]): Promise<Contact | un…
H A DContacts.js72 export async function getContactByIdAsync(id, fields) { function
H A DContacts.js.map1getContactByIdAsync('161A368D-D614-4A15-8DC6-665FDBCFAE55');\n * if (contact) {\n * console.log(…
/expo/packages/expo-contacts/src/
H A DContacts.ts630 export async function getContactByIdAsync( function
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx133 ### `Contacts.getContactByIdAsync(contactId, fields)`
136 Contacts.getContactByIdAsync(contactId: string, fields: FieldType[]): Promise<Contact>
157 const contact = await Contacts.getContactByIdAsync('161A368D-D614-4A15-8DC6-665FDBCFAE55');