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

Android related attributes to the Dynamic Link.

Attributes

  • androidFallbackLink (String.t): Link to open on Android if the app is not installed. Defaults to: null.
  • androidLink (String.t): If specified, this overrides the ‘link’ parameter on Android. Defaults to: null.
  • androidMinPackageVersionCode (String.t): Minimum version code for the Android app. If the installed app’s version code is lower, then the user is taken to the Play Store. Defaults to: null.
  • androidPackageName (String.t): Android package name of the app. 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.AndroidInfo{
  androidFallbackLink: any(),
  androidLink: any(),
  androidMinPackageVersionCode: any(),
  androidPackageName: 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.