<!--
{
  "availability" : [
    "iOS: 16.1.0 -",
    "iPadOS: 16.1.0 -",
    "macCatalyst: 16.1.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreTransferable",
  "identifier" : "/documentation/CoreTransferable/ProxyRepresentation/init(importing:)-4w9l5",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Core Transferable"
    ],
    "preciseIdentifier" : "s:16CoreTransferable19ProxyRepresentationV9importingACyxq_Gxq_YaYbKc_tcfc"
  },
  "title" : "init(importing:)"
}
-->

# init(importing:)

Creates a transfer representation that’s imported by proxy through
another transfer representation.

```
init(importing: @escaping @Sendable (ProxyRepresentation) async throws -> Item)
```

## Parameters

`importing`

A closure that converts the chosen representation into
the transported item.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)