| /expo/packages/expo-contacts/src/ |
| H A D | Contacts.ts | 430 containerId?: string; 501 containerId?: string; 538 containerId?: string | string[]; 671 export async function addContactAsync(contact: Contact, containerId?: string): Promise<string> { 678 return await ExpoContacts.addContactAsync(noIdContact, containerId); 800 containerId: string 806 return await ExpoContacts.addExistingGroupToContainerAsync(groupId, containerId); 820 export async function createGroupAsync(name?: string, containerId?: string): Promise<string> { 826 if (!containerId) { 827 containerId = await getDefaultContainerIdAsync(); [all …]
|
| /expo/packages/expo-contacts/build/ |
| H A D | Contacts.js | 109 export async function addContactAsync(contact, containerId) { argument 114 return await ExpoContacts.addContactAsync(noIdContact, containerId); 218 export async function addExistingGroupToContainerAsync(groupId, containerId) { argument 222 return await ExpoContacts.addExistingGroupToContainerAsync(groupId, containerId); 235 export async function createGroupAsync(name, containerId) { argument 240 if (!containerId) { 241 containerId = await getDefaultContainerIdAsync(); 243 return await ExpoContacts.createGroupAsync(name, containerId);
|
| H A D | Contacts.d.ts | 409 containerId?: string; 478 containerId?: string; 513 containerId?: string | string[]; 576 export declare function addContactAsync(contact: Contact, containerId?: string): Promise<string>; 641 export declare function addExistingGroupToContainerAsync(groupId: string, containerId: string): Pro… 653 export declare function createGroupAsync(name?: string, containerId?: string): Promise<string>;
|
| H A D | Contacts.js.map | 1 …containerId?: string;\n /**\n * Prevent unification of contacts when gathering.\n * @default …
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | contacts.mdx | 163 ### `Contacts.addContactAsync(contact, containerId)` 313 ### `Contacts.addExistingGroupToContainerAsync(groupId, containerId)` 326 | containerId | `string` | The container you to add membership to. | 337 ### `Contacts.createGroupAsync(groupName, containerId?)` 350 | containerId | `string` | The container you to add membership to. | 492 | containerId | `string` | Default container ID. | 497 const containerId = await Contacts.getDefaultContainerIdAsync(); 581 - Groups From Container: `getGroupsAsync({ containerId })` 596 - Child Contacts: `getContactsAsync({ containerId })` 597 - Child Groups: `getGroupsAsync({ containerId })` [all …]
|
| /expo/ios/versioned/sdk47/EXContacts/EXContacts/ |
| H A D | ABI47_0_0EXContacts.m | 19 static NSString *const ABI47_0_0EXContactsOptionContainerId = @"containerId"; 283 containerId:(NSString *)containerId 292 if (!containerId) { 293 containerId = [contactStore defaultContainerIdentifier]; 295 [saveRequest addContact:contact toContainerWithIdentifier:containerId]; 362 containerId:(NSString *)containerId 370 [saveRequest addGroup:group toContainerWithIdentifier:containerId]; 379 containerId:(NSString *)containerId 388 [saveRequest addGroup:group toContainerWithIdentifier:containerId];
|
| /expo/packages/expo-contacts/ios/EXContacts/ |
| H A D | EXContacts.m | 19 static NSString *const EXContactsOptionContainerId = @"containerId"; 283 containerId:(NSString *)containerId 292 if (!containerId) { 293 containerId = [contactStore defaultContainerIdentifier]; 295 [saveRequest addContact:contact toContainerWithIdentifier:containerId]; 362 containerId:(NSString *)containerId 370 [saveRequest addGroup:group toContainerWithIdentifier:containerId]; 379 containerId:(NSString *)containerId 388 [saveRequest addGroup:group toContainerWithIdentifier:containerId];
|
| /expo/ios/versioned/sdk49/EXContacts/EXContacts/ |
| H A D | ABI49_0_0EXContacts.m | 19 static NSString *const ABI49_0_0EXContactsOptionContainerId = @"containerId"; 283 containerId:(NSString *)containerId 292 if (!containerId) { 293 containerId = [contactStore defaultContainerIdentifier]; 295 [saveRequest addContact:contact toContainerWithIdentifier:containerId]; 362 containerId:(NSString *)containerId 370 [saveRequest addGroup:group toContainerWithIdentifier:containerId]; 379 containerId:(NSString *)containerId 388 [saveRequest addGroup:group toContainerWithIdentifier:containerId];
|
| /expo/ios/versioned/sdk48/EXContacts/EXContacts/ |
| H A D | ABI48_0_0EXContacts.m | 19 static NSString *const ABI48_0_0EXContactsOptionContainerId = @"containerId"; 283 containerId:(NSString *)containerId 292 if (!containerId) { 293 containerId = [contactStore defaultContainerIdentifier]; 295 [saveRequest addContact:contact toContainerWithIdentifier:containerId]; 362 containerId:(NSString *)containerId 370 [saveRequest addGroup:group toContainerWithIdentifier:containerId]; 379 containerId:(NSString *)containerId 388 [saveRequest addGroup:group toContainerWithIdentifier:containerId];
|
| /expo/apps/test-suite/tests/ |
| H A D | Contacts.js | 514 const containerId = await Contacts.getDefaultContainerIdAsync(); 516 containerId, field
|
| /expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/ |
| H A D | ContactsModule.java | 190 public void addContactAsync(Map<String, Object> data, String containerId, Promise promise) { in addContactAsync() argument
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/ |
| H A D | ContactsModule.java | 190 public void addContactAsync(Map<String, Object> data, String containerId, Promise promise) { in addContactAsync() argument
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/ |
| H A D | ContactsModule.java | 190 public void addContactAsync(Map<String, Object> data, String containerId, Promise promise) { in addContactAsync() argument
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/ |
| H A D | ContactsModule.java | 190 public void addContactAsync(Map<String, Object> data, String containerId, Promise promise) { in addContactAsync() argument
|