contentAvailable property

bool? contentAvailable
final

On iOS, use this field to represent content-available in the APNs payload. When a notification or data 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, this flag is currently not supported.

Default value: false

Implementation

final bool? contentAvailable;