platformVersion property

String? platformVersion
getter/setter pair

Optional - If omitted and the template has any conditions that depend on platform version, they will be evaluated as false.

The version string of the device, e.g. "21" for (Android) Lollipop, or (for iOS) three non-negative, period separated integers, e.g. "9.0.0".

Implementation

core.String? platformVersion;