Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Server.Permissions

public enum Permissions

Enumeration of session permissions that can be granted to a connecting Viewer.

Enum Constants

public static final Server.Permissions PERM_ALL

Grants a Viewer a full set of permissions (that is, all of the above).

public static final Server.Permissions PERM_ANNOTATION

Grants a Viewer permission to draw on the Server screen.

public static final Server.Permissions PERM_CLIPBOARD

Grants a Viewer permission to copy and paste text to and from the Server.

public static final Server.Permissions PERM_KEYBOARD

Grants a Viewer permission to inject keyboard events.

public static final Server.Permissions PERM_LISTEN

Grants a Viewer pemission to listen to the Server.

public static final Server.Permissions PERM_POINTER

Grants a Viewer permission to inject mouse and touch events.

public static final Server.Permissions PERM_SELECT_DISPLAY

Grants a Viewer pemission to select the Server’s display.

public static final Server.Permissions PERM_VIEW

Grants a Viewer permission to see the screen. Rarely omitted.

×