Home
last modified time | relevance | path

Searched refs:createGroupAsync (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-contacts/build/
H A DContacts.js235 export async function createGroupAsync(name, containerId) { function
236 if (!ExpoContacts.createGroupAsync) {
243 return await ExpoContacts.createGroupAsync(name, containerId);
H A DContacts.d.ts653 export declare function createGroupAsync(name?: string, containerId?: string): Promise<string>;
H A DContacts.js.map1createGroupAsync('Sailor Moon');\n * ```\n * @platform ios\n */\nexport async function createGroup…
/expo/apps/test-suite/tests/
H A DContacts.web.js36 it(unavailableMessage, () => executeFailingMethod(Contacts.createGroupAsync));
H A DContacts.js449 groupId = await Contacts.createGroupAsync(testGroupName);
/expo/packages/expo-contacts/src/
H A DContacts.ts820 export async function createGroupAsync(name?: string, containerId?: string): Promise<string> { function
821 if (!ExpoContacts.createGroupAsync) {
830 return await ExpoContacts.createGroupAsync(name, containerId);
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactUtils.ts95 return await Contacts.createGroupAsync(groupName);
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx337 ### `Contacts.createGroupAsync(groupName, containerId?)`
340 Contacts.createGroupAsync(groupName: string, containerId?: string): Promise<string>
361 const groupId = await Contacts.createGroupAsync('Sailor Moon');
/expo/ios/versioned/sdk47/EXContacts/EXContacts/
H A DABI47_0_0EXContacts.m377 ABI47_0_0EX_EXPORT_METHOD_AS(createGroupAsync, category
378 createGroupAsync:(NSString *)name
/expo/packages/expo-contacts/ios/EXContacts/
H A DEXContacts.m377 EX_EXPORT_METHOD_AS(createGroupAsync, category
378 createGroupAsync:(NSString *)name
/expo/ios/versioned/sdk49/EXContacts/EXContacts/
H A DABI49_0_0EXContacts.m377 ABI49_0_0EX_EXPORT_METHOD_AS(createGroupAsync, category
378 createGroupAsync:(NSString *)name
/expo/ios/versioned/sdk48/EXContacts/EXContacts/
H A DABI48_0_0EXContacts.m377 ABI48_0_0EX_EXPORT_METHOD_AS(createGroupAsync, category
378 createGroupAsync:(NSString *)name