Package apple.foundation.enums
Class NSItemProviderRepresentationVisibility
- java.lang.Object
-
- apple.foundation.enums.NSItemProviderRepresentationVisibility
-
public final class NSItemProviderRepresentationVisibility extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAllAll processes can see this representationstatic longOwnProcessOny the originator's process can see this representationstatic longTeamOnly processes from the same dev team can see this representation
-
-
-
Field Detail
-
All
public static final long All
All processes can see this representation- See Also:
- Constant Field Values
-
Team
public static final long Team
Only processes from the same dev team can see this representation- See Also:
- Constant Field Values
-
OwnProcess
public static final long OwnProcess
Ony the originator's process can see this representation- See Also:
- Constant Field Values
-
-