getPlatformVersion static method

String getPlatformVersion()

Retrieves the platform version.

Returns a string representing the platform version.

Example:

String platformVersion = EaseDevice.getPlatformVersion();

Implementation

static String getPlatformVersion() {
  return Platform.operatingSystemVersion;
}