ABRecordCopyRecordType(_:)
Returns the type of the given record.
Declaration
func ABRecordCopyRecordType(_ record: ABRecordRef!) -> Unmanaged<CFString>!Parameters
- record:
The record whose type you wish to obtain.
Return Value
The type of record,one of the kAB...RecordType constants.You are responsible for releasing this object.