GetDeviceVersionAtLeast

bool GetDeviceVersionAtLeast(String inOtherVersion)

Description

This function returns 'true' if the given STG data collection app version inOtherVersion is equal or less than the actual app version installed on the device.

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inOtherVersion string A possible STG data collection application version


Return Type

bool

Examples

GetDeviceVersionAtLeast("1.32.133.0") will return 'true' if the device has an app version that is 1.32.133.0 or below, and 'false' otherwise.

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.