Google.Firebase.FCM.V1.ApnsConfig (firebase_cloud_messaging_http_v1_api v0.2.0)

Apple Push Notification Service specific options.

https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#ApnsConfig

Link to this section Summary

Link to this section Types

@type t() :: %Google.Firebase.FCM.V1.ApnsConfig{
  fcm_options: Google.Firebase.FCM.V1.ApnsFcmOptions.t() | nil,
  headers: %{required(String.t()) => String.t()} | nil,
  payload: %{required(String.t()) => any()} | nil
}