Show / Hide Table of Contents

Namespace Google.Apis.FirebaseDynamicLinks.v1

Classes

FirebaseDynamicLinksBaseServiceRequest<TResponse>

A base abstract class for FirebaseDynamicLinks requests.

FirebaseDynamicLinksService

The FirebaseDynamicLinks Service.

FirebaseDynamicLinksService.Scope

Available OAuth 2.0 scopes for use with the Firebase Dynamic Links API.

FirebaseDynamicLinksService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Firebase Dynamic Links API.

ManagedShortLinksResource

The "managedShortLinks" collection of methods.

ManagedShortLinksResource.CreateRequest

Creates a managed short Dynamic Link given either a valid long Dynamic Link or details such as Dynamic Link domain, Android and iOS app information. The created short Dynamic Link will not expire. This differs from CreateShortDynamicLink in the following ways: - The request will also contain a name for the link (non unique name for the front end). - The response must be authenticated with an auth token (generated with the admin service account). - The link will appear in the FDL list of links in the console front end. The Dynamic Link domain in the request must be owned by requester's Firebase project.

ShortLinksResource

The "shortLinks" collection of methods.

ShortLinksResource.CreateRequest

Creates a short Dynamic Link given either a valid long Dynamic Link or details such as Dynamic Link domain, Android and iOS app information. The created short Dynamic Link will not expire. Repeated calls with the same long Dynamic Link or Dynamic Link information will produce the same short Dynamic Link. The Dynamic Link domain in the request must be owned by requester's Firebase project.

V1Resource

The "v1" collection of methods.

V1Resource.GetLinkStatsRequest

Fetches analytics stats of a short Dynamic Link for a given duration. Metrics include number of clicks, redirects, installs, app first opens, and app reopens.

V1Resource.InstallAttributionRequest

Get iOS strong/weak-match info for post-install attribution.

V1Resource.ReopenAttributionRequest

Get iOS reopen attribution for app universal link open deeplinking.

Enums

FirebaseDynamicLinksBaseServiceRequest<TResponse>.AltEnum

Data format for response.

FirebaseDynamicLinksBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX