Home
last modified time | relevance | path

Searched refs:addContactAsync (Results 1 – 17 of 17) sorted by relevance

/expo/packages/expo-contacts/build/
H A DContacts.js109 export async function addContactAsync(contact, containerId) { function
110 if (!ExpoContacts.addContactAsync) {
114 return await ExpoContacts.addContactAsync(noIdContact, containerId);
H A DContacts.d.ts576 export declare function addContactAsync(contact: Contact, containerId?: string): Promise<string>;
H A DContacts.js.map1addContactAsync(contact);\n * ```\n */\nexport async function addContactAsync(contact: Contact, co…
/expo/apps/test-suite/tests/
H A DContacts.web.js21 it(unavailableMessage, () => executeFailingMethod(Contacts.addContactAsync));
H A DContacts.js75 const id = await Contacts.addContactAsync(contact);
/expo/packages/expo-contacts/src/
H A DContacts.ts671 export async function addContactAsync(contact: Contact, containerId?: string): Promise<string> { function
672 if (!ExpoContacts.addContactAsync) {
678 return await ExpoContacts.addContactAsync(noIdContact, containerId);
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactUtils.ts88 await Contacts.addContactAsync(contact);
/expo/packages/expo-contacts/
H A DCHANGELOG.md31 - [Android] Fix `addContactAsync` failing when an e-mail or a phone number is provided with an id. …
202 - Fixed `addContactAsync` returning incorrect id on Android. ([#8980](https://github.com/expo/expo/…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx163 ### `Contacts.addContactAsync(contact, containerId)`
166 Contacts.addContactAsync(contact: Contact, containerId: string): Promise<string>
194 const contactId = await Contacts.addContactAsync(contact);
/expo/ios/versioned/sdk47/EXContacts/EXContacts/
H A DABI47_0_0EXContacts.m281 ABI47_0_0EX_EXPORT_METHOD_AS(addContactAsync, category
282 addContactAsync:(NSDictionary *)data
/expo/packages/expo-contacts/ios/EXContacts/
H A DEXContacts.m281 EX_EXPORT_METHOD_AS(addContactAsync, category
282 addContactAsync:(NSDictionary *)data
/expo/ios/versioned/sdk49/EXContacts/EXContacts/
H A DABI49_0_0EXContacts.m281 ABI49_0_0EX_EXPORT_METHOD_AS(addContactAsync, category
282 addContactAsync:(NSDictionary *)data
/expo/ios/versioned/sdk48/EXContacts/EXContacts/
H A DABI48_0_0EXContacts.m281 ABI48_0_0EX_EXPORT_METHOD_AS(addContactAsync, category
282 addContactAsync:(NSDictionary *)data
/expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/
H A DContactsModule.java190 public void addContactAsync(Map<String, Object> data, String containerId, Promise promise) { in addContactAsync() method in ContactsModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/
H A DContactsModule.java190 public void addContactAsync(Map<String, Object> data, String containerId, Promise promise) { in addContactAsync() method in ContactsModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/
H A DContactsModule.java190 public void addContactAsync(Map<String, Object> data, String containerId, Promise promise) { in addContactAsync() method in ContactsModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/
H A DContactsModule.java190 public void addContactAsync(Map<String, Object> data, String containerId, Promise promise) { in addContactAsync() method in ContactsModule