Properties | |
---|---|
AndroidParameters | The Android parameters. |
DomainUriPrefix | string The domain (of the form "https://xyz.app.goo.gl") to use for this Dynamic Link. |
GoogleAnalyticsParameters | The Google Analytics parameters. |
IOSParameters | The iOS parameters. |
ITunesConnectAnalyticsParameters | The iTunes Connect App Analytics parameters. |
Link | System.Uri The link your app will open. |
LongDynamicLink | System.Uri The long Dynamic Link, generated from the other parameters. |
SocialMetaTagParameters | The social meta-tag parameters. |
stringDomainUriPrefix
The domain (of the form "https://xyz.app.goo.gl") to use for this Dynamic Link.
You can find this value in the Dynamic Links section of the Firebase console.
If you have set up custom domains on your project, set this to your project's custom domain as listed in the Firebase console.
Only https:// links are supported.
GoogleAnalyticsParametersGoogleAnalyticsParameters
The Google Analytics parameters.
ITunesConnectAnalyticsParametersITunesConnectAnalyticsParameters
The iTunes Connect App Analytics parameters.
System.UriLink
The link your app will open.
You can specify any URL your app can handle, such as a link to your app's content, or a URL that initiates some app-specific logic such as crediting the user with a coupon, or displaying a specific welcome screen. This link must be a well-formatted URL, be properly URL-encoded, and use the HTTP or HTTPS scheme.
System.UriLongDynamicLink
The long Dynamic Link, generated from the other parameters.
SocialMetaTagParametersSocialMetaTagParameters
The social meta-tag parameters.
DynamicLinkComponents(System.Urilink,stringuriPrefix)
Creates a new Dynamic Link Components object with the given link and dynamic link domain.
Details | |||||
---|---|---|---|---|---|
Parameters |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.