Home
last modified time | relevance | path

Searched refs:ContainerQuery (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-contacts/build/
H A DContacts.d.ts501 export type ContainerQuery = { alias
737 export declare function getContainersAsync(containerQuery: ContainerQuery): Promise<Container[]>;
H A DContacts.js.map1ContainerQuery = {\n /**\n * Query all the containers that parent a contact.\n */\n contactI…
/expo/packages/expo-contacts/src/
H A DContacts.ts526 export type ContainerQuery = { alias
968 export async function getContainersAsync(containerQuery: ContainerQuery): Promise<Container[]> {
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx503 Contacts.getContainersAsync(containerQuery: ContainerQuery): Promise<Container[]>
512 | containerQuery | `ContainerQuery` | Information used to gather containers. |
751 ### ContainerQuery