google_api_firebase_dynamic_links v0.5.0 GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkInfo View Source
Information about a Dynamic Link.
Attributes
- analyticsInfo (AnalyticsInfo): Parameters used for tracking. See all tracking parameters in the documentation. Defaults to:
null
. - androidInfo (AndroidInfo): Android related information. See Android related parameters in the documentation. Defaults to:
null
. - desktopInfo (DesktopInfo): Desktop related information. See desktop related parameters in the documentation. Defaults to:
null
. - domainUriPrefix (String.t): 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 Defaults to:
null
. - dynamicLinkDomain (String.t): 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. Defaults to:
null
. - iosInfo (IosInfo): iOS related information. See iOS related parameters in the documentation. Defaults to:
null
. - link (String.t): 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. Defaults to:
null
. - navigationInfo (NavigationInfo): Information of navigation behavior of a Firebase Dynamic Links. Defaults to:
null
. - socialMetaTagInfo (SocialMetaTagInfo): Parameters for social meta tag params. Used to set meta tag data for link previews on social sites. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkInfo{
analyticsInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.AnalyticsInfo.t(),
androidInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.AndroidInfo.t(),
desktopInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.DesktopInfo.t(),
domainUriPrefix: any(),
dynamicLinkDomain: any(),
iosInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.IosInfo.t(),
link: any(),
navigationInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.NavigationInfo.t(),
socialMetaTagInfo:
GoogleApi.FirebaseDynamicLinks.V1.Model.SocialMetaTagInfo.t()
}
t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkInfo{ analyticsInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.AnalyticsInfo.t(), androidInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.AndroidInfo.t(), desktopInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.DesktopInfo.t(), domainUriPrefix: any(), dynamicLinkDomain: any(), iosInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.IosInfo.t(), link: any(), navigationInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.NavigationInfo.t(), socialMetaTagInfo: GoogleApi.FirebaseDynamicLinks.V1.Model.SocialMetaTagInfo.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.