google_api_fcm v0.3.0 GoogleApi.FCM.V1.Model.WebpushFcmOptions View Source

Options for features provided by the FCM SDK for Web.

Attributes

  • analyticsLabel (type: String.t, default: nil) - Label associated with the message's analytics data.
  • link (type: String.t, default: nil) - The link to open when the user clicks on the notification. For all URL values, HTTPS is required.

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.FCM.V1.Model.WebpushFcmOptions{
  analyticsLabel: String.t(),
  link: 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.