google_api_firebase_dynamic_links v0.7.0 GoogleApi.FirebaseDynamicLinks.V1.Model.IosInfo View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.IosInfo{
  iosAppStoreId: String.t(),
  iosBundleId: String.t(),
  iosCustomScheme: String.t(),
  iosFallbackLink: String.t(),
  iosIpadBundleId: String.t(),
  iosIpadFallbackLink: String.t(),
  iosMinimumVersion: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.