Skip to main content

DeviceVersioningInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

Provides information about the application version.

public class DeviceVersioningInfo : DeviceInfoBase

Access this class through the Info singleton.

Constructors

Instance memberDeviceVersioningInfo()

Creates a new instance of DeviceVersioningInfo.

Properties

Instance memberBuildHistory

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

Instance memberCurrentBuild

String: Gets the current build of the app.

Instance memberCurrentVersion

String: Gets the current version number of the app.

Instance memberFirstInstalledBuild

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

Instance memberFirstInstalledVersion

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

Instance memberIsFirstLaunchEver

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

Instance memberIsFirstLaunchForCurrentBuild

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

Instance memberIsFirstLaunchForCurrentVersion

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

Instance memberPreviousBuild

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

Instance memberPreviousVersion

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

Instance memberVersionHistory

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

Methods

Instance memberOnWebUpdate(info)

Populates and updates DeviceVersioningInfo with device information.

ParameterTypeDescription
infoObjectThe dynamic info object.