Table of Contents

Class DeviceSessionOptions

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

Inheritance
DeviceSessionOptions
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public class DeviceSessionOptions

Constructors

DeviceSessionOptions()

Initialize a device session options object.

Declaration
public DeviceSessionOptions()

Properties

AppsToInstall

An ApplicationDescription array representing additional applications to install.

Declaration
public ApplicationDescription[] AppsToInstall { get; set; }
Property Value
Type Description
ApplicationDescription[]

CollectLogs

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

Declaration
public bool CollectLogs { get; set; }
Property Value
Type Description
bool

CollectVitals

Defines which DeviceVitals should be collected in this session.

Declaration
public DeviceVitalsCollectOptions CollectVitals { get; set; }
Property Value
Type Description
DeviceVitalsCollectOptions

DeviceSource

A DeviceSource representing the source of the device to use.

Declaration
public DeviceSource? DeviceSource { get; set; }
Property Value
Type Description
DeviceSource?

EnableServiceVirtualization

Defines whether Service Virtualization is enabled.

Declaration
public bool EnableServiceVirtualization { get; set; }
Property Value
Type Description
bool