DynamicLink
interface
A received Dynamic Link from either onLink
or getInitialLink
.
Properties
minimumAppVersion
</>The minimum app version (not system version) requested to process the dynamic link. This is retrieved from the imv= parameter of the Dynamic Link URL.
minimumAppVersion: number | string | null;
utmParameters
</>The potential UTM parameters linked to this dynamic link
utmParameters: Record<string, string>;