public class FirebaseDynamicLinks.V1
extends java.lang.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(java.lang.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(java.lang.String dynamicLink) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.dynamicLink - Dynamic Link URL. e.g. https://abcd.app.goo.gl/wxyzjava.io.IOExceptionpublic FirebaseDynamicLinks.V1.InstallAttribution installAttribution(GetIosPostInstallAttributionRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.content - the GetIosPostInstallAttributionRequestjava.io.IOExceptionpublic FirebaseDynamicLinks.V1.ReopenAttribution reopenAttribution(GetIosReopenAttributionRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.content - the GetIosReopenAttributionRequestjava.io.IOException