Express v1.3.3 Express.FCM.PushMessage.Notification View Source

Defines FCM push message’s notification structure.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Express.FCM.PushMessage.Notification{badge: pos_integer, body: String.t, category: String.t, click_action: String.t, icon: String.t, sound: String.t, title: String.t}