Show / Hide Table of Contents

Class IosInfo

iOS related attributes to the Dynamic Link..

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

Properties

ETag

The ETag of the item.

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

IosAppStoreId

iOS App Store ID.

Declaration
[JsonProperty("iosAppStoreId")]
public virtual string IosAppStoreId { get; set; }
Property Value
Type Description
System.String

IosBundleId

iOS bundle ID of the app.

Declaration
[JsonProperty("iosBundleId")]
public virtual string IosBundleId { get; set; }
Property Value
Type Description
System.String

IosCustomScheme

Custom (destination) scheme to use for iOS. By default, we’ll use the bundle ID as the custom scheme. Developer can override this behavior using this param.

Declaration
[JsonProperty("iosCustomScheme")]
public virtual string IosCustomScheme { get; set; }
Property Value
Type Description
System.String

IosFallbackLink

Link to open on iOS if the app is not installed.

Declaration
[JsonProperty("iosFallbackLink")]
public virtual string IosFallbackLink { get; set; }
Property Value
Type Description
System.String

IosIpadBundleId

iPad bundle ID of the app.

Declaration
[JsonProperty("iosIpadBundleId")]
public virtual string IosIpadBundleId { get; set; }
Property Value
Type Description
System.String

IosIpadFallbackLink

If specified, this overrides the ios_fallback_link value on iPads.

Declaration
[JsonProperty("iosIpadFallbackLink")]
public virtual string IosIpadFallbackLink { get; set; }
Property Value
Type Description
System.String

IosMinimumVersion

iOS minimum version.

Declaration
[JsonProperty("iosMinimumVersion")]
public virtual string IosMinimumVersion { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top