Enum LaunchOptions
Options for launching an application
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public enum LaunchOptions
Fields
| Name | Description |
|---|---|
| Install | Uninstall the application (if installed), install the application, and launch it. |
| Launch | Switch to the application, launching it if needed. |
| Restart | Restart the application (if already open) or launch the application. |