Home
last modified time | relevance | path

Searched refs:getDefaultContainerIdAsync (Results 1 – 7 of 7) sorted by relevance

/expo/apps/test-suite/tests/
H A DContacts.web.js45 it(unavailableMessage, () => executeFailingMethod(Contacts.getDefaultContainerIdAsync));
H A DContacts.js514 const containerId = await Contacts.getDefaultContainerIdAsync();
572 defaultContainerId = await Contacts.getDefaultContainerIdAsync();
/expo/packages/expo-contacts/build/
H A DContacts.js241 containerId = await getDefaultContainerIdAsync();
344 export async function getDefaultContainerIdAsync() { function
H A DContacts.d.ts724 export declare function getDefaultContainerIdAsync(): Promise<string>;
H A DContacts.js.map1getDefaultContainerIdAsync();\n }\n\n return await ExpoContacts.createGroupAsync(name, container…
/expo/packages/expo-contacts/src/
H A DContacts.ts827 containerId = await getDefaultContainerIdAsync();
948 export async function getDefaultContainerIdAsync(): Promise<string> { function
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx480 ### `Contacts.getDefaultContainerIdAsync()`
483 Contacts.getDefaultContainerIdAsync(): Promise<string>
497 const containerId = await Contacts.getDefaultContainerIdAsync();
593 …nt to contacts and groups. You can query the default container with `getDefaultContainerIdAsync()`.