minimumVersion property

int? minimumVersion
final

The minimum version of your app that can open the link.

The minimum Android app version requested to process the dynamic link that can be compared directly with versionCode.

If the installed app is an older version, the user is taken to the Play Store to upgrade the app.

Implementation

final int? minimumVersion;