public final class NSItemProviderRepresentationVisibility
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
All
All processes can see this representation
|
static long |
OwnProcess
Ony the originator's process can see this representation
|
static long |
Team
Only processes from the same dev team can see this representation
|
public static final long All
public static final long Team
public static final long OwnProcess