Contents

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