INNER CODE UNIT · TypeScript

removeContactsFromGroup

morenoh149/react-native-contacts · index.ts:111

async function removeContactsFromGroup(groupIdentifier: string, contactIdentifiers: string[]): Promise<boolean> {
  return Contacts.removeContactsFromGroup(groupIdentifier, contactIdentifiers);
}
export default {
  getAll,
  getAllWithoutPhotos,
  getContactById,
  getCount,
  getPhotoForId,
  addContact,
  openContactForm,
  openExistingContact,
  viewExistingContact,
  editExistingContact,
  updateContact,
  deleteContact,
  getContactsMatchingString,
  getContactsByPhoneNumber,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…