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

DeviceVersioningInfo()

Creates a new instance of DeviceVersioningInfo.

Properties

BuildHistory

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

CurrentBuild

String: Gets the current build of the app.

CurrentVersion

String: Gets the current version number of the app.

FirstInstalledBuild

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

FirstInstalledVersion

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

IsFirstLaunchEver

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

IsFirstLaunchForCurrentBuild

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

IsFirstLaunchForCurrentVersion

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

PreviousBuild

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

PreviousVersion

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

VersionHistory

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

Methods

OnWebUpdate(info)

Populates and updates DeviceVersioningInfo with device information.

Parameter
Type
Description

info

The dynamic info object.

Last updated