ActionCodeSettingsAndroid class

Constructors

ActionCodeSettingsAndroid({required String packageName, bool? installApp, String? minimumVersion})

Properties

hashCode int
The hash code for this object.
no setterinherited
installApp bool?
Whether to install the Android app if the device supports it and the app is not already installed.
final
minimumVersion String?
The Android minimum version if available. If the installed app is an older version, the user is taken to the GOogle Play Store to upgrade the app.
final
packageName String
Defines the required Android package name of the app where the link should be handled if the Android app is installed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited