Show / Hide Table of Contents

Class IosInfo

iOS related attributes to the Dynamic Link..

Inheritance
object
IosInfo
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 IosInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IosAppStoreId

iOS App Store ID.

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

IosBundleId

iOS bundle ID of the app.

Declaration
[JsonProperty("iosBundleId")]
public virtual string IosBundleId { get; set; }
Property Value
Type Description
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
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
string

IosIpadBundleId

iPad bundle ID of the app.

Declaration
[JsonProperty("iosIpadBundleId")]
public virtual string IosIpadBundleId { get; set; }
Property Value
Type Description
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
string

IosMinimumVersion

iOS minimum version.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX