Express v1.3.3 Express.FCM.PushMessage View Source

Defines FCM push message structure.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Express.FCM.PushMessage{collapse_key: String.t, content_available: boolean, data: map, notification: Express.FCM.PushMessage.Notification.t, priority: String.t, registration_ids: [String.t], to: String.t}