Table of Contents

Enum LaunchOptions

Namespace
HP.LFT.SDK.Mobile
Assembly
HP.LFT.SDK.dll

Options for launching an application

public enum LaunchOptions

Fields

Install = 2

Uninstall the application (if installed), install the application, and launch it.

Launch = 0

Switch to the application, launching it if needed.

Restart = 1

Restart the application (if already open) or launch the application.