Home
last modified time | relevance | path

Searched refs:containerQuery (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-contacts/build/
H A DContacts.js362 export async function getContainersAsync(containerQuery) { argument
366 return await ExpoContacts.getContainersAsync(containerQuery);
H A DContacts.d.ts737 export declare function getContainersAsync(containerQuery: ContainerQuery): Promise<Container[]>;
H A DContacts.js.map1containerQuery Information used to gather containers.\n * @return A promise that fulfills with arr…
/expo/packages/expo-contacts/src/
H A DContacts.ts968 export async function getContainersAsync(containerQuery: ContainerQuery): Promise<Container[]> {
973 return await ExpoContacts.getContainersAsync(containerQuery);
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx500 ### `Contacts.getContainersAsync(containerQuery)`
503 Contacts.getContainersAsync(containerQuery: ContainerQuery): Promise<Container[]>
512 | containerQuery | `ContainerQuery` | Information used to gather containers. |