Specifications that control which categories of processes can see an item.
SDKs
- iOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
- watchOS 4.0+
Framework
- Foundation
Declaration
enum NSItemProviderRepresentationVisibility : Int
Specifications that control which categories of processes can see an item.
SDKs
Framework
enum NSItemProviderRepresentationVisibility : Int
case all
A representation visibility specification conferring item visibility to all processes.
case group
A representation visibility specification confining item visibility to the app’s app group.
case own Process
A representation visibility specification confining item visibility to the app that is the source of the item.
case team
A representation visibility specification confining item visibility to processes created by the app’s development team.