View Source GoogleApi.FirebaseDynamicLinks.V1.Model.IosInfo (google_api_firebase_dynamic_links v0.16.0)
iOS related attributes to the Dynamic Link..
Attributes
-
iosAppStoreId(type:String.t, default:nil) - iOS App Store ID. -
iosBundleId(type:String.t, default:nil) - iOS bundle ID of the app. -
iosCustomScheme(type:String.t, default:nil) - 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. -
iosFallbackLink(type:String.t, default:nil) - Link to open on iOS if the app is not installed. -
iosIpadBundleId(type:String.t, default:nil) - iPad bundle ID of the app. -
iosIpadFallbackLink(type:String.t, default:nil) - If specified, this overrides the ios_fallback_link value on iPads. -
iosMinimumVersion(type:String.t, default:nil) - iOS minimum version.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.IosInfo{ iosAppStoreId: String.t() | nil, iosBundleId: String.t() | nil, iosCustomScheme: String.t() | nil, iosFallbackLink: String.t() | nil, iosIpadBundleId: String.t() | nil, iosIpadFallbackLink: String.t() | nil, iosMinimumVersion: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.