Optional
_manifestOptional
options: SubscriptionOptionsGets file auto download location. It's only allowed in the same application. If file auto download location is not set, it will return the default location. Note: This method is restricted by default and must be enabled via API security settings.
if getting file auto download location on different applications.
Application.getFileDownloadLocation
Retrieves information about the application.
Application.getInfo
Experimental
Retrieves all process information for entities (windows and views) associated with an application.
Application.getProcessInfo
Retrieves current application's shortcut configuration.
Application.getShortcuts
JumpListItem interface
One of the following: "task" or "separator". Defaults to task.
The text to be displayed for the JumpList Item. Should only be set if type is "task".
Description of the task (displayed in a tooltip). Should only be set if type is "task".
Deep link to a manifest, i.e: fins://path.to/manifest.json?$$param1=value1. See deep-linking for more information.
The absolute path to an icon to be displayed for the item, which can be an arbitrary resource file that contains an icon (e.g. .ico, .exe, .dll).
The index of the icon in the resource file. If a resource file contains multiple icons this value can be used to specify the zero-based index of the icon that should be displayed for this task. If a resource file contains only one icon, this property should be set to zero.
Optional
options: SubscriptionOptionsOptional
options: SubscriptionOptionsOptional
options: SubscriptionOptionsOptional
options: SubscriptionOptionsManually registers a user with the licensing service. The only data sent by this call is userName and appName.
Application.registerUser
username to be passed to the RVM.
app name to be passed to the RVM.
Optional
eventType: "crashed" | "started" | "closed" | "initialized" | "view-attached" | "window-alert-requested" | "window-created" | "window-end-load" | "window-not-responding" | "window-responding" | "window-start-load" | "connected" | "manifest-changed" | "not-responding" | "responding" | "run-requested" | "tray-icon-clicked" | "file-download-location-changed" | "view-blurred" | "view-certificate-selection-shown" | "view-crashed" | "view-did-change-theme-color" | "view-focused" | "view-navigation-rejected" | "view-url-changed" | "view-did-fail-load" | "view-did-finish-load" | "view-page-favicon-updated" | "view-page-title-updated" | "view-resource-load-failed" | "view-response-received" | "view-child-content-blocked" | "view-child-content-opened-in-browser" | "view-child-view-created" | "view-file-download-started" | "view-file-download-progress" | "view-file-download-completed" | "view-created" | "view-destroyed" | "view-hidden" | "view-hotkey" | "view-shown" | "view-target-changed" | "window-blurred" | "window-certificate-selection-shown" | "window-crashed" | "window-did-change-theme-color" | "window-focused" | "window-navigation-rejected" | "window-url-changed" | "window-did-fail-load" | "window-did-finish-load" | "window-page-favicon-updated" | "window-page-title-updated" | "window-resource-load-failed" | "window-response-received" | "window-child-content-blocked" | "window-child-content-opened-in-browser" | "window-child-view-created" | "window-file-download-started" | "window-file-download-progress" | "window-file-download-completed" | "window-view-attached" | "window-view-detached" | "window-auth-requested" | "window-begin-user-bounds-changing" | "window-bounds-changed" | "window-bounds-changing" | "window-closed" | "window-closing" | "window-disabled-movement-bounds-changed" | "window-disabled-movement-bounds-changing" | "window-embedded" | "window-end-user-bounds-changing" | "window-external-process-exited" | "window-external-process-started" | "window-hidden" | "window-hotkey" | "window-initialized" | "window-layout-initialized" | "window-layout-ready" | "window-maximized" | "window-minimized" | "window-options-changed" | "window-performance-report" | "window-preload-script-state-changed" | "window-preload-script-state-changing" | "window-reloaded" | "window-restored" | "window-show-requested" | "window-shown" | "window-user-movement-disabled" | "window-user-movement-enabled" | "window-will-move" | "window-will-redirect" | "window-will-resize"Optional
options: SubscriptionOptionsSends a message to the RVM to upload the application's logs. On success, an object containing logId is returned.
Application.sendApplicationLog
Sets file auto download location. It's only allowed in the same application. Note: This method is restricted by default and must be enabled via API security settings.
if setting file auto download location on different applications.
Application.setFileDownloadLocation
file auto download location
Sets or removes a custom JumpList for the application. Only applicable in Windows OS. If categories is null the previously set custom JumpList (if any) will be replaced by the standard JumpList for the app (managed by Windows). Note: If the "name" property is omitted it defaults to "tasks".
Application.setJumpList
An array of JumpList Categories to populate. If null, remove any existing JumpList configuration and set to Windows default.
Sets new application's shortcut configuration. Windows only.
Application.setShortcuts
New application's shortcut configuration.
Sets the zoom level of the application. The original size is 0 and each increment above or below represents zooming 20% larger or smaller to default limits of 300% and 50% of original size, respectively.
Application.setZoomLevel
The zoom level
Generated using TypeDoc
Classdesc
An object representing an application. Allows the developer to create, execute, show/close an application as well as listen to application events.
Hideconstructor