Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.ServerEventCallback

vncsdk.Viewer.ServerEventCallback

Callback receiving server event notifications for a Viewer.

Method Summary

Modifier and Type Method and Description

serverClipboardTextChanged(viewer, text)

Notification that the server’s clipboard contains new text.

serverFriendlyNameChanged(viewer, name)

Notification that the server’s friendly name has changed.

Methods

Viewer.ServerEventCallback.serverClipboardTextChanged(viewer, text)

Notification that the server’s clipboard contains new text.

For more information, see vnc_Viewer_ServerEventCallback::serverClipboardTextChanged.

Arguments:
Returns:

Ignored

Viewer.ServerEventCallback.serverFriendlyNameChanged(viewer, name)

Notification that the server’s friendly name has changed.

For more information, see vnc_Viewer_ServerEventCallback::serverFriendlyNameChanged.

Arguments:
Returns:

Ignored

×