getPlatformVersion static method
Retrieves the platform version.
Returns a string representing the platform version.
Example:
String platformVersion = EaseDevice.getPlatformVersion();
Implementation
static String getPlatformVersion() {
return Platform.operatingSystemVersion;
}