Table of Contents

Class DeviceSessionOptions

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

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

public class DeviceSessionOptions
Inheritance
DeviceSessionOptions
Inherited Members

Constructors

DeviceSessionOptions()

Initialize a device session options object.

public DeviceSessionOptions()

Properties

AppsToInstall

An ApplicationDescription array representing additional applications to install.

public ApplicationDescription[] AppsToInstall { get; set; }

Property Value

ApplicationDescription[]

CollectLogs

Defines if logs should be collected in this session (Default = true).

public bool CollectLogs { get; set; }

Property Value

bool

CollectVitals

Defines which DeviceVitals should be collected in this session.

public DeviceVitalsCollectOptions CollectVitals { get; set; }

Property Value

DeviceVitalsCollectOptions

DeviceSource

A DeviceSource representing the source of the device to use.

public DeviceSource? DeviceSource { get; set; }

Property Value

DeviceSource?

EnableServiceVirtualization

Defines whether Service Virtualization is enabled.

public bool EnableServiceVirtualization { get; set; }

Property Value

bool