androidMinimumVersion property

String? androidMinimumVersion
getter/setter pair

If an associated android app can handle the OOB code, the minimum version of the app.

If the version on the device is lower than this version then the user is taken to Google Play Store to upgrade the app.

Implementation

core.String? androidMinimumVersion;