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.
Comments
Please sign in to leave a comment.