public class FirebaseDynamicLinks.V1 extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
FirebaseDynamicLinks.V1.GetLinkStats |
class |
FirebaseDynamicLinks.V1.InstallAttribution |
class |
FirebaseDynamicLinks.V1.ReopenAttribution |
| Constructor and Description |
|---|
V1() |
| Modifier and Type | Method and Description |
|---|---|
FirebaseDynamicLinks.V1.GetLinkStats |
getLinkStats(String dynamicLink)
Fetches analytics stats of a short Dynamic Link for a given duration.
|
FirebaseDynamicLinks.V1.InstallAttribution |
installAttribution(GetIosPostInstallAttributionRequest content)
Get iOS strong/weak-match info for post-install attribution.
|
FirebaseDynamicLinks.V1.ReopenAttribution |
reopenAttribution(GetIosReopenAttributionRequest content)
Get iOS reopen attribution for app universal link open deeplinking.
|
public FirebaseDynamicLinks.V1.GetLinkStats getLinkStats(String dynamicLink) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.dynamicLink - Dynamic Link URL. e.g. https://abcd.app.goo.gl/wxyzIOExceptionpublic FirebaseDynamicLinks.V1.InstallAttribution installAttribution(GetIosPostInstallAttributionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.content - the GetIosPostInstallAttributionRequestIOExceptionpublic FirebaseDynamicLinks.V1.ReopenAttribution reopenAttribution(GetIosReopenAttributionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.content - the GetIosReopenAttributionRequestIOExceptionCopyright © 2011–2020 Google. All rights reserved.