DeviceSessionOptions Class

Defines the options that will be used during the device session.

C# Syntax

public class DeviceSessionOptions 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Mobile.DeviceSessionOptions

Public Constructors
 NameDescription
Public ConstructorDeviceSessionOptions ConstructorInitialize a device session options object.
Top
Public Properties
 NameDescription
Public PropertyAppsToInstallAn ApplicationDescription array representing additional applications to install.  
Public PropertyCollectLogsDefines if logs should be collected in this session. (Default = true) 
Public PropertyCollectVitalsDefines which DeviceVitals should be collected in this session.  
Public PropertyDeviceSourceA DeviceSource representing the source of the device to use.  
Public Property

EnableServiceVirtualization

Defines whether Service Virtualization is enabled. (Default = false)
Top