Home
last modified time | relevance | path

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

/expo/packages/expo-contacts/build/
H A DContacts.d.ts357 export type ContactResponse = { alias
543 export declare function getContactsAsync(contactQuery?: ContactQuery): Promise<ContactResponse>;
544 export declare function getPagedContactsAsync(contactQuery?: ContactQuery): Promise<ContactResponse
H A DContacts.js.map1ContactResponse = {\n /**\n * An array of contacts that match a particular query.\n */\n dat…
/expo/packages/expo-contacts/src/
H A DContacts.ts376 export type ContactResponse = { alias
595 export async function getContactsAsync(contactQuery: ContactQuery = {}): Promise<ContactResponse> {
604 ): Promise<ContactResponse> {
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx102 Contacts.getContactsAsync(contactQuery: ContactQuery): Promise<ContactResponse>
118 | contactResponse | `ContactResponse` | Contacts returned from the query. |
763 ### ContactResponse