Firebase. DynamicLinks. DynamicLinkComponents
The information needed to generate a Dynamic Link.
Summary
Constructors and Destructors |
|
---|---|
DynamicLinkComponents(System.Uri link, string uriPrefix)
Creates a new Dynamic Link Components object with the given link and dynamic link domain.
|
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.
|
Properties
DomainUriPrefix
string DomainUriPrefix
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.
GoogleAnalyticsParameters
GoogleAnalyticsParameters GoogleAnalyticsParameters
The Google Analytics parameters.
ITunesConnectAnalyticsParameters
ITunesConnectAnalyticsParameters ITunesConnectAnalyticsParameters
The iTunes Connect App Analytics parameters.
Link
System.Uri Link
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.
LongDynamicLink
System.Uri LongDynamicLink
The long Dynamic Link, generated from the other parameters.
SocialMetaTagParameters
SocialMetaTagParameters SocialMetaTagParameters
The social meta-tag parameters.
Public functions
DynamicLinkComponents
DynamicLinkComponents( System.Uri link, string uriPrefix )
Creates a new Dynamic Link Components object with the given link and dynamic link domain.
Details | |||||
---|---|---|---|---|---|
Parameters |
|