mutableContent property

bool? mutableContent
final

On iOS, use this field to represent mutable-content in the APNs payload. When a notification is sent and this is set to true, the content of the notification can be modified before it is displayed, using a Notification Service app extension.

On Android and Web, this parameter will be ignored.

Default value: false

Implementation

final bool? mutableContent;