Home
last modified time | relevance | path

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

/expo/packages/expo-contacts/build/
H A DContacts.d.ts375 export type ContactQuery = { alias
543 export declare function getContactsAsync(contactQuery?: ContactQuery): Promise<ContactResponse>;
544 export declare function getPagedContactsAsync(contactQuery?: ContactQuery): Promise<ContactResponse…
616 export declare function writeContactToFileAsync(contactQuery?: ContactQuery): Promise<string | unde…
H A DContacts.js.map1ContactQuery = {\n /**\n * The max number of contacts to return. If skipped or set to `0` all c…
/expo/packages/expo-contacts/src/
H A DContacts.ts396 export type ContactQuery = { alias
595 export async function getContactsAsync(contactQuery: ContactQuery = {}): Promise<ContactResponse> {
603 contactQuery: ContactQuery = {}
734 contactQuery: ContactQuery = {}
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx102 Contacts.getContactsAsync(contactQuery: ContactQuery): Promise<ContactResponse>
112 | contactQuery | `ContactQuery` | Used to query contacts. |
281 Contacts.writeContactToFileAsync(contactQuery: ContactQuery): Promise<string>
290 | contactQuery | `ContactQuery` | Used to query contacts you want to write. |
723 ### ContactQuery