FCMRequest.contentAvailable

On iOS, use this field to represent content-available in the APNs payload. When a notification or message is sent and this is set to true, an inactive client app is awoken. On Android, data messages wake the app by default. On Chrome, currently not supported.

struct FCMRequest
@serializationIgnoreOut
@serializationKeys("content_available")
Nullable!bool contentAvailable;

Meta