DeviceVersioningInfo

Wisej.Hybrid.DeviceVersioningInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides information about the application version.

public class DeviceVersioningInfo : DeviceInfoBase

Access this class through the Info singleton.

Constructors

Creates a new instance of DeviceVersioningInfo.

Properties

String[]: Gets the collection of build numbers of the app that ran on this device.

String: Gets the current build of the app.

String: Gets the current version number of the app.

String: Gets the build number of first version of the app that was installed on this device.

String: Gets the version number of the first version of the app that was installed on this device.

Boolean: Gets a value indicating whether this is the first time this app has ever been launched on this device.

Boolean: Gets a value indicating if this is the first launch of the app for the current build number.

Boolean: Gets a value indicating if this is the first launch of the app for the current version number.

String: Gets the build number for the previously run version.

String: Gets the version number for the previously run version.

String[]: Gets the collection of version numbers of the app that ran on this device.

Methods

Populates and updates DeviceVersioningInfo with device information.

ParameterTypeDescription

info

The dynamic info object.

Last updated