Contents

ABPersonCopyVCardRepresentation(_:)

Returns the vCard representation of the person as a data object in vCard format.

Declaration

func ABPersonCopyVCardRepresentation(_ person: ABPersonRef!) -> Unmanaged<CFData>!

Parameters

  • person:

    The person whose vCard representation you wish to obtain.

Return Value

The vCard representation of person as a data object in vCard format. You are responsible for releasing this object.

See Also

People