Show / Hide Table of Contents

Class DynamicLinkInfo

Information about a Dynamic Link.

Inheritance
object
DynamicLinkInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class DynamicLinkInfo : IDirectResponseSchema

Properties

AnalyticsInfo

Parameters used for tracking. See all tracking parameters in the documentation.

Declaration
[JsonProperty("analyticsInfo")]
public virtual AnalyticsInfo AnalyticsInfo { get; set; }
Property Value
Type Description
AnalyticsInfo

AndroidInfo

Android related information. See Android related parameters in the documentation.

Declaration
[JsonProperty("androidInfo")]
public virtual AndroidInfo AndroidInfo { get; set; }
Property Value
Type Description
AndroidInfo

DesktopInfo

Desktop related information. See desktop related parameters in the documentation.

Declaration
[JsonProperty("desktopInfo")]
public virtual DesktopInfo DesktopInfo { get; set; }
Property Value
Type Description
DesktopInfo

DomainUriPrefix

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

Declaration
[JsonProperty("domainUriPrefix")]
public virtual string DomainUriPrefix { get; set; }
Property Value
Type Description
string

DynamicLinkDomain

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. Required if missing domain_uri_prefix.

Declaration
[JsonProperty("dynamicLinkDomain")]
public virtual string DynamicLinkDomain { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IosInfo

iOS related information. See iOS related parameters in the documentation.

Declaration
[JsonProperty("iosInfo")]
public virtual IosInfo IosInfo { get; set; }
Property Value
Type Description
IosInfo

Link

The link your app will open, You can specify any URL your app can handle. This link must be a well-formatted URL, be properly URL-encoded, and use the HTTP or HTTPS scheme. See 'link' parameters in the documentation. Required.

Declaration
[JsonProperty("link")]
public virtual string Link { get; set; }
Property Value
Type Description
string

NavigationInfo

Information of navigation behavior of a Firebase Dynamic Links.

Declaration
[JsonProperty("navigationInfo")]
public virtual NavigationInfo NavigationInfo { get; set; }
Property Value
Type Description
NavigationInfo

SocialMetaTagInfo

Parameters for social meta tag params. Used to set meta tag data for link previews on social sites.

Declaration
[JsonProperty("socialMetaTagInfo")]
public virtual SocialMetaTagInfo SocialMetaTagInfo { get; set; }
Property Value
Type Description
SocialMetaTagInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX