Google.Firebase.FCM.V1.AndroidConfig (firebase_cloud_messaging_http_v1_api v0.1.0)
Android specific options for messages sent through FCM connection server.
https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#AndroidConfig
Link to this section Summary
Link to this section Types
Specs
t() :: %Google.Firebase.FCM.V1.AndroidConfig{
collapse_key: String.t() | nil,
data: %{required(String.t()) => String.t()} | nil,
direct_boot_ok: boolean() | nil,
fcm_options: Google.Firebase.FCM.V1.AndroidFcmOptions.t() | nil,
notification: Google.Firebase.FCM.V1.AndroidNotification.t() | nil,
priority: (:NORMAL | :HIGH) | nil,
restricted_package_name: String.t() | nil,
ttl: String.t() | nil
}