Contents

ABMultiValueIndexForIdentifier(_:_:)

Returns the index for the given identifier.

Declaration

func ABMultiValueIndexForIdentifier(_ multiValue: ABMultiValueRef!, _ identifier: CFString!) -> CFIndex

Parameters

  • multiValue:

    The multi-value list that you wish to access.

  • identifier:

    The identifier whose index you wish to obtain.

Return Value

The index of identifier.

See Also

Multi Values