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

iOS related attributes to the Dynamic Link..

Attributes

  • iosAppStoreId (String.t): iOS App Store ID. Defaults to: null.
  • iosBundleId (String.t): iOS bundle ID of the app. Defaults to: null.
  • iosCustomScheme (String.t): 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. Defaults to: null.
  • iosFallbackLink (String.t): Link to open on iOS if the app is not installed. Defaults to: null.
  • iosIpadBundleId (String.t): iPad bundle ID of the app. Defaults to: null.
  • iosIpadFallbackLink (String.t): If specified, this overrides the ios_fallback_link value on iPads. Defaults to: null.
  • iosMinimumVersion (String.t): iOS minimum version. Defaults to: null.

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: any(),
  iosBundleId: any(),
  iosCustomScheme: any(),
  iosFallbackLink: any(),
  iosIpadBundleId: any(),
  iosIpadFallbackLink: any(),
  iosMinimumVersion: any()
}

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.