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

Customizable parameters on the app preview page. The text fields no longer need translation.

Attributes

  • openButtonText (String.t): Text that appears on the button to open up the app. Optional Defaults to "Open" Defaults to: null.
  • savePositionText (String.t): Text that asks if user wants to save place in app. Optional. Defaults to "Save my place in the app. A link will be copied to continue to this page" 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.AppPreview{
  openButtonText: any(),
  savePositionText: 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.