Citrix Workspace 1808



Session¶

new Session()

Members¶

(readonly) receiverId¶

Support for Citrix Smart Scale in all Citrix Virtual Apps and Desktops (and XenApp and XenDesktop) versions. This functionality will reach End of Life on 31 May 2019. 1808: 1906: Consider using the Virtual Apps and Desktops Service on Citrix Cloud for improved power management functionality.

  • Support for Citrix Smart Scale in all Citrix Virtual Apps and Desktops (and XenApp and XenDesktop) versions. This functionality will reach End of Life on 31 May 2019. 1808: 1906: Consider using the Virtual Apps and Desktops Service on Citrix Cloud for improved power management functionality.
  • What’s new in Workspace Environment Management 1808. Workspace Environment Management 1808 includes the following new features. For information about bug fixes, see Fixed issues. New product names. If you’ve been a Citrix customer or partner for a while, you’ll notice new names in our products and in this product documentation.
  • WorkspaceEnvironmentManagement1808 Is Was CitrixVirtualAppsandDesktops XenAppandXenDesktop CitrixWorkspaceapp CitrixReceiver CitrixProvisioning ProvisioningServices Implementingthistransitioninourproductsandtheirdocumentationisanongoingprocess.
  • In-place upgrades from versions earlier than Workspace Environment Management 4.7 to version 1808 or later are not supported. To upgrade from any of those earlier versions, you need to upgrade to version 4.7 first and then upgrade to the target version. For details, see this table.

Properties¶

NameTypeDescription
receiverIdStringWorkspace app for Chrome ID.

(readonly) sessionId¶

Properties¶

NameTypeDescription
sessionIdStringID of the session.

Methods¶

(inner) addListener(eventType, eventListener)¶

Registers the eventListener on the eventType.

Parameters¶

NameTypeDescription
eventTypeStringType of the event for which the listener needs to be attached. Supported event types:
- onConnection
- onConnectionClosed
- onURLRedirection
- onError
eventListenereventListenerListener to handle the event

Example¶

(inner) changeResolution(bounds, responseCallback)¶

Changes the resolution of the session.

Parameters¶

NameTypeDescription
boundsObjectContain session resolution settings.
responseCallbackresponseCallbackCallback that handles the response.

Properties¶

NameTypeDescription
bounds.autoresizebooleanShould be set to false to give fixed width and height to session. By default, this value is set to true in which case the session is resized to match the size of appView element inside third party Chrome app or the new window.
bounds.widthNumberWidth of the session specified in pixels. This value will be set only when autoresize is set to false.
bounds.heightNumberHeight of the session specified in pixels. This value will be set only when autoresize is set to false.

Examples¶

Example 1: To change resolution to fixed width and height.

Example 2: To change the session resolution to match the size of appview element inside third party Chrome app or the window size.

(inner) hide(responseCallback)¶

Hides the session.

Parameters¶

NameTypeDescription
responseCallbackresponseCallbackCallback that handles the response.

(inner) logoff(responseCallback)¶

Sends logoff to the session.

Parameters¶

NameTypeDescription
responseCallbackresponseCallbackCallback that handles the response.

(inner) removeListener(eventType, eventListener)¶

Removes the eventListener on the eventType.

Parameters¶

NameTypeDescription
eventTypeStringType of the event for which the listener needs to be attached. Supported event types:
- onConnection
- onConnectionClosed
- onURLRedirection
- onError
eventListenereventListenerListener to handle the event

Example¶

(inner) sendSpecialKeys(keys, responseCallback)¶

Sends a key combination to the session.

Citrix Workspace 1808 Download For Windows

Parameters¶

NameTypeDescription
keysArrayArray of strings with each one representing a key. Supported keys Alt, Control, Shift, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Home, End, PageUp, PageDown, Backspace, Delete, F5, PrintScreen,Insert, Escape, Tab.
responseCallbackresponseCallbackCallback that handles the response.

Examples¶

Example 1: Sends Ctrl+alt+delete to the session.

Example 2: To preview different apps running inside session, Ctrl+alt+tab can be sent.

(inner) show(responseCallback)¶

Citrix Workspace 1808

Citrix Workspace 1808

Shows the session.

Parameters¶

NameTypeDescription
responseCallbackresponseCallbackCallback that handles the response.

(inner) start(launchData, responseCallback)¶

Starts the session.

Parameters¶

NameTypeDescription
launchDataObjectContains the type and value of the ICA
responseCallbackresponseCallbackCallback that handles the response.

Citrix Workspace 1808 For Mac

Properties¶

NameTypeDescription
launchData.typeStringSpecifies the data type of ICA data. Allowed values are 'json' or 'ini'.
launchData.valueStringICA data to start the session. It should be a JSON object when type is 'json' or a string read from a .ini file when type is 'ini'.

Telecharger Citrix Workspace 1808

Examples¶

Example 1: When ICA data is in JSON format

Citrix Workspace For Mac 10.11

Example 2: When ICA data is in INI format.