View Source GoogleApi.FirebaseDynamicLinks.V1.Model.AndroidInfo (google_api_firebase_dynamic_links v0.15.2)

Android related attributes to the Dynamic Link.

Attributes

  • androidFallbackLink (type: String.t, default: nil) - Link to open on Android if the app is not installed.
  • androidLink (type: String.t, default: nil) - If specified, this overrides the ‘link’ parameter on Android.
  • androidMinPackageVersionCode (type: String.t, default: nil) - 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.
  • androidPackageName (type: String.t, default: nil) - Android package name of the app.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.AndroidInfo{
  androidFallbackLink: String.t() | nil,
  androidLink: String.t() | nil,
  androidMinPackageVersionCode: String.t() | nil,
  androidPackageName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.