Citrix Workspace App For Chrome



Google no longer supports its Google Cloud Print feature. As a result, the Google Cloud Printing with Citrix Workspace app for Chrome OS is not available. Fixed issues in 2103 This release addresses a number of issues that help to improve overall performance and stability. There are 4 methods in which Citrix Workspace App for Chrome client settings can be configured and deployed: Google Policy: Configuring settings as part of your organization’s Chrome device management console will allow you the most flexibility of options to test, update and maintain all of your different endpoints and use cases. We always recommend Citrix’s nifty Citrix Workspace app for Chrome & HTML5 configuration utility which will do all the legwork for you, allowing you to explore all the available settings, and spit out a nicely formatted file at the end, form-fit to your desired configuration method. The Citrix Workspace app runs the Virtual Applications & Desktops and must be installed on your computer for them to work. Open up your internet browser of choose (we suggest Google Chrome).

Type Definitions

Transmission Since its inception, Nissan Versa has mainly used two types of automatic transmissions: the conventional four-speed automatic transmission, and CVT, continuously variable transmission. The two most common types of transmission for the Nissan Vera are four-speed RE4F03C automatic and Xtronic CVT RE0F11A automatic. Nissan Versa Buy used Nissan Versa transmission from our network that offers up to a two-year warranty on qualified units! We carry a wide-ranging catalog of used Nissan transmissions for all applications including gas and diesel engines. Buy your used Nissan Versa transmissions from us and save time and money.

connectionParams¶

Configuration options to create the session.

Type¶

  • Object

Properties¶

NameTypeDescription
connectionParamsObject
Properties
NameTypeAttributesDescription
launchTypeString<optional>Takes 'message' or 'embed' as value. Defaults to 'message'.
'message' - launches the session in a new window (similar to session launch using Workspace app for Chrome).
'embed' - Embeds the session inside third party Chrome app.
containerObject<optional>Appview element created inside third party Chrome app.
Applicable only when launchType is 'embed'.
boundsObject<optional>Sets a fixed width and height to the session.
Properties
NameTypeDescription
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.
widthNumberWidth of the session specified in pixels. This value will be set only when autoresize is set to false.
heightNumberHeight of the session specified in pixels. This value will be set only when autoresize is set to false.
preferredLangString<optional>Specifies the preferred language code to be used inside the session. If the language code specified is either invalid or unsupported then it falls back to 'en'.
Supported language codes : en, de, es, fr, ja, ko, ru, zh, zh-cn, zh-tw.
If the value is unspecified then the browser's language code is used.

Example¶

connectionParams full example:

eventListener (event)¶

Listener to handle the events.

Parameters¶

NameTypeDescription
eventObjectObject as appropriate to the eventType registered.

Properties¶

NameTypeDescription
event.idStringID of the session object
evebt.typeStringEvent type triggered
event.dataObjectData as appropriate to the event triggered
- onConnection
- onConnectionClosed
- onURLRedirection
- onError
Download

onSessionCreated(sessionObject)¶

Callback having the session object created.

Parameters¶

NameTypeDescription
sessionObjectSessionSession object to interact with the session like register and handle events, start and disconnect.

Example¶

responseCallback(response)¶

Callback that handles the response.

Parameters¶

NameTypeDescription
responseObjectResponse object

Properties¶

NameTypeDescription
response.successbooleanStatus of the method call. Holds the value true in case of success and false in case of failure. In case of failure, details of the error is set in the response object.
response.sessionIdStringId of the session.
response.errorStringReason for the failure of the method call.

Session¶

new Session()

Members¶

(readonly) receiverId¶

Properties¶

NameTypeDescription
receiverIdStringWorkspace app for Chrome ID.

(readonly) sessionId¶

Properties¶

NameTypeDescription
sessionIdStringID of the session.

Methods¶

For

(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¶

Citrix Workspace App For Chrome

(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.

Citrix Workspace App For Chrome Os

Workspace

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¶

Citrix workspace app for google chrome
NameTypeDescription
responseCallbackresponseCallbackCallback that handles the response.

(inner) logoff(responseCallback)¶

Sends logoff to the session.

Citrix Workspace App For Chrome Download

Parameters¶

NameTypeDescription
responseCallbackresponseCallbackCallback that handles the response.

Chrome Os Citrix Workspace

(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¶

Citrix Workspace App For Chromebook

(inner) sendSpecialKeys(keys, responseCallback)¶

Sends a key combination to the session. Microsoft edge webrtc.

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¶

Citrix Workspace App For Chrome

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

Google Chrome Citrix Workspace App

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

(inner) show(responseCallback)¶

Shows the session.

Parameters¶

NameTypeDescription
responseCallbackresponseCallbackCallback that handles the response.

(inner) start(launchData, responseCallback)¶

Starts the session.

Parameters¶

Citrix Workspace App For Windows

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

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'.

Examples¶

Free download wps office for laptop. Example 1: When ICA data is in JSON format

Example 2: When ICA data is in INI format.