PendingDynamicLinkData class

Provides data from received dynamic link.

Constructors

PendingDynamicLinkData({required Uri link, PendingDynamicLinkDataAndroid? android, PendingDynamicLinkDataIOS? ios, Map<String, String?> utmParameters = const {}})
const

Properties

android PendingDynamicLinkDataAndroid?
Provides Android specific data from received dynamic link.
final
hashCode int
The hash code for this object.
read-onlyinherited
ios PendingDynamicLinkDataIOS?
Provides iOS specific data from received dynamic link.
final
Deep link parameter of the dynamic link.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
utmParameters Map<String, String?>
UTM parameters associated with a dynamic link.
final

Methods

asMap() Map<String, dynamic>
Returns the current instance as a Map.
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