DynamicLinkInfo class
Information about a Dynamic Link.
Constructors
- DynamicLinkInfo({AnalyticsInfo? analyticsInfo, AndroidInfo? androidInfo, DesktopInfo? desktopInfo, String? domainUriPrefix, String? dynamicLinkDomain, IosInfo? iosInfo, String? link, SocialMetaTagInfo? socialMetaTagInfo})
- DynamicLinkInfo.fromJson(Map json_)
Properties
- analyticsInfo ↔ AnalyticsInfo?
- 
  Parameters used for tracking.
  getter/setter pair
- androidInfo ↔ AndroidInfo?
- 
  Android related information.
  getter/setter pair
- desktopInfo ↔ DesktopInfo?
- 
  Desktop related information.
  getter/setter pair
- domainUriPrefix ↔ String?
- 
  E.g. https://maps.app.goo.gl, https://maps.page.link, https://g.co/maps
More examples can be found in description of getNormalizedUriPrefix in
j/c/g/firebase/dynamiclinks/uri/DdlDomain.java Will fallback to
dynamic_link_domain is this field is missing
  getter/setter pair
- dynamicLinkDomain ↔ String?
- 
  Dynamic Links domain that the project owns, e.g. abcd.app.goo.gl
Learn more
on how to set up Dynamic Link domain associated with your Firebase
project.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- iosInfo ↔ IosInfo?
- 
  iOS related information.
  getter/setter pair
- link ↔ String?
- 
  The link your app will open, You can specify any URL your app can handle.
  getter/setter pair
- 
  Information of navigation behavior of a Firebase Dynamic Links.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  Parameters for social meta tag params.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited