IOSParameters class

The Dynamic Link iOS parameters.

Constructors

IOSParameters({String? appStoreId, required String bundleId, String? customScheme, Uri? fallbackUrl, String? ipadBundleId, Uri? ipadFallbackUrl, String? minimumVersion})
const

Properties

appStoreId String?
The appStore ID of the iOS app in AppStore.
final
bundleId String
The bundle ID of the iOS app to use to open the link.
final
customScheme String?
The target app’s custom URL scheme.
final
fallbackUrl Uri?
The link to open when the app isn’t installed.
final
hashCode int
The hash code for this object.
no setterinherited
ipadBundleId String?
The bundle ID of the iOS app to use on iPads to open the link.
final
ipadFallbackUrl Uri?
The link to open on iPads when the app isn’t installed.
final
minimumVersion String?
The the minimum version of your app that can open the link.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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