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

Options for features provided by the FCM SDK for iOS.

Attributes

  • analyticsLabel (type: String.t, default: nil) - Label associated with the message's analytics data.
  • image (type: String.t, default: nil) - Contains the URL of an image that is going to be displayed in a notification. If present, it will override google.firebase.fcm.v1.Notification.image.

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.ApnsFcmOptions{
  analyticsLabel: String.t(),
  image: 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.