Returns an array of persons in a group.
SDKs
- iOS 2.0–9.0Deprecated
- macOS 10.2+
Framework
- Address
Book
Declaration
func ABGroupCopyArrayOfAllMembers(_ group: ABGroup Ref!) -> Unmanaged<CFArray>!
Parameters
group
The ABGroup object whose members you wish to obtain.
Return Value
An array of ABPerson
objects representing the people in group
.
If this group doesn’t contain any people, this function returns
an empty array. You are responsible for releasing this object.