Home
last modified time | relevance | path

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

/expo/packages/expo-contacts/build/
H A DContacts.d.ts544 export declare function getPagedContactsAsync(contactQuery?: ContactQuery): Promise<ContactResponse…
H A DContacts.js49 export async function getPagedContactsAsync(contactQuery = {}) { function
H A DContacts.js.map1getPagedContactsAsync(\n contactQuery: ContactQuery = {}\n): Promise<ContactResponse> {\n const …
/expo/packages/expo-contacts/src/
H A DContacts.ts602 export async function getPagedContactsAsync( function