- Citrix Workspace 1808 Download For Windows
- Citrix Workspace 1808
- Citrix Workspace 1808 For Mac
- Telecharger Citrix Workspace 1808
- Citrix Workspace For Mac 10.11
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¶
Name | Type | Description |
---|---|---|
receiverId | String | Workspace app for Chrome ID. |
(readonly) sessionId¶
Properties¶
Name | Type | Description |
---|---|---|
sessionId | String | ID of the session. |
Methods¶
(inner) addListener(eventType, eventListener)¶
Registers the eventListener on the eventType.
Parameters¶
Name | Type | Description |
---|---|---|
eventType | String | Type of the event for which the listener needs to be attached. Supported event types: - onConnection - onConnectionClosed - onURLRedirection - onError |
eventListener | eventListener | Listener to handle the event |
Example¶
(inner) changeResolution(bounds, responseCallback)¶
Changes the resolution of the session.
Parameters¶
Name | Type | Description |
---|---|---|
bounds | Object | Contain session resolution settings. |
responseCallback | responseCallback | Callback that handles the response. |
Properties¶
Name | Type | Description |
---|---|---|
bounds.autoresize | boolean | Should 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.width | Number | Width of the session specified in pixels. This value will be set only when autoresize is set to false. |
bounds.height | Number | Height 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¶
Name | Type | Description |
---|---|---|
responseCallback | responseCallback | Callback that handles the response. |
(inner) logoff(responseCallback)¶
Sends logoff to the session.
Parameters¶
Name | Type | Description |
---|---|---|
responseCallback | responseCallback | Callback that handles the response. |
(inner) removeListener(eventType, eventListener)¶
Removes the eventListener on the eventType.
Parameters¶
Name | Type | Description |
---|---|---|
eventType | String | Type of the event for which the listener needs to be attached. Supported event types: - onConnection - onConnectionClosed - onURLRedirection - onError |
eventListener | eventListener | Listener to handle the event |
Example¶
(inner) sendSpecialKeys(keys, responseCallback)¶
Sends a key combination to the session.
Citrix Workspace 1808 Download For Windows
Parameters¶
Name | Type | Description |
---|---|---|
keys | Array | Array 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. |
responseCallback | responseCallback | Callback 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
Shows the session.
Parameters¶
Name | Type | Description |
---|---|---|
responseCallback | responseCallback | Callback that handles the response. |
(inner) start(launchData, responseCallback)¶
Starts the session.
Parameters¶
Name | Type | Description |
---|---|---|
launchData | Object | Contains the type and value of the ICA |
responseCallback | responseCallback | Callback that handles the response. |
Citrix Workspace 1808 For Mac
Properties¶
Name | Type | Description |
---|---|---|
launchData.type | String | Specifies the data type of ICA data. Allowed values are 'json' or 'ini'. |
launchData.value | String | ICA 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.