ABMultiValueCopyPrimaryIdentifier(_:)
Returns the identifier for the primary value.
Declaration
func ABMultiValueCopyPrimaryIdentifier(_ multiValue: ABMultiValueRef!) -> Unmanaged<CFString>!Parameters
- multiValue:
The multi-value list that you wish to access.
Return Value
The unique identifierfor the primary value. You are responsible for releasing this object.
Discussion
Use the ABMultiValueCopyIdentifierAtIndex(_:_:) functionto get index for the returned identifier, and the ABMultiValueCopyValueAtIndex(_:_:)functionto get its value.
See Also
Multi Values
ABMultiValueAdd(_:_:_:_:)ABMultiValueCopyIdentifierAtIndex(_:_:)ABMultiValueCopyLabelAtIndex(_:_:)ABMultiValueCopyValueAtIndex(_:_:)ABMultiValueCount(_:)ABMultiValueCreate()ABMultiValueCreateCopy(_:)ABMultiValueCreateMutable(_:)ABMultiValueCreateMutableCopy(_:)ABMultiValueIndexForIdentifier(_:_:)ABMultiValueInsert(_:_:_:_:_:)ABMultiValuePropertyType(_:)ABMultiValueRemove(_:_:)ABMultiValueReplaceLabel(_:_:_:)ABMultiValueReplaceValue(_:_:_:)