Show / Hide Table of Contents

Class GetIosReopenAttributionRequest

Request for iSDK to get reopen attribution for app universal link open deeplinking. This endpoint is meant for only iOS requests.

Inheritance
object
GetIosReopenAttributionRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class GetIosReopenAttributionRequest : IDirectResponseSchema

Properties

BundleId

APP bundle ID.

Declaration
[JsonProperty("bundleId")]
public virtual string BundleId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RequestedLink

FDL link to be verified from an app universal link open. The FDL link can be one of: 1) short FDL. e.g. .page.link/, or 2) long FDL. e.g. .page.link/?{query params}, or 3) Invite FDL. e.g. .page.link/i/

Declaration
[JsonProperty("requestedLink")]
public virtual string RequestedLink { get; set; }
Property Value
Type Description
string

SdkVersion

Google SDK version. Version takes the form "$major.$minor.$patch"

Declaration
[JsonProperty("sdkVersion")]
public virtual string SdkVersion { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX