google_api_firebase_dynamic_links v0.0.1 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. - 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. Required. Defaults to:
null. - iosInfo (IosInfo): iOS related information. See iOS related parameters in the documentation. Defaults to:
null. - link (String): 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.