Contents

ABGroupRemoveMember(_:_:_:)

Removes a person from a group.

Declaration

func ABGroupRemoveMember(_ group: ABRecord!, _ member: ABRecord!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Bool
func ABGroupRemoveMember(_ group: ABGroupRef!, _ personToRemove: ABPersonRef!) -> Bool

Parameters

  • group:

    The group that you wish to remove person from.

  • personToRemove:

    The member that you wish to remove from group.

  • member:

    The person that you wish to remove from group.

Return Value

true ifsuccessful. If the person parameteris not in group, this function does nothingand returns false.

See Also

Groups