Searched refs:containerQuery (Results 1 – 5 of 5) sorted by relevance
362 export async function getContainersAsync(containerQuery) { argument366 return await ExpoContacts.getContainersAsync(containerQuery);
737 export declare function getContainersAsync(containerQuery: ContainerQuery): Promise<Container[]>;
1 …containerQuery Information used to gather containers.\n * @return A promise that fulfills with arr…
968 export async function getContainersAsync(containerQuery: ContainerQuery): Promise<Container[]> {973 return await ExpoContacts.getContainersAsync(containerQuery);
500 ### `Contacts.getContainersAsync(containerQuery)`503 Contacts.getContainersAsync(containerQuery: ContainerQuery): Promise<Container[]>512 | containerQuery | `ContainerQuery` | Information used to gather containers. |