<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreTransferable",
  "identifier" : "/documentation/CoreTransferable/TransferRepresentationVisibility",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Transferable"
    ],
    "preciseIdentifier" : "s:16CoreTransferable32TransferRepresentationVisibilityV"
  },
  "title" : "TransferRepresentationVisibility"
}
-->

# TransferRepresentationVisibility

The visibility levels that specify the kinds of apps and processes
that can see an item in transit.

```
struct TransferRepresentationVisibility
```

## Topics

### Specifying transfer visibility

[`all`](/documentation/CoreTransferable/TransferRepresentationVisibility/all)

The visibility level that specifies that any app or process can access the item.

[`team`](/documentation/CoreTransferable/TransferRepresentationVisibility/team)

The visibility level that specifies that the item is visible only
to apps created by the current app’s development team.

[`group`](/documentation/CoreTransferable/TransferRepresentationVisibility/group)

The visibility level that specifies that the item is visible only
to macOS apps in the same App Group.

[`ownProcess`](/documentation/CoreTransferable/TransferRepresentationVisibility/ownProcess)

The visibility level that specifies that the item is visible only
within the app that’s the source of the item.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)