C# Syntax
public enum LaunchOptions : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
HP.LFT.SDK.Mobile.LaunchOptions