data property

Map<String, String>? data
final

The JSON payload to use for a silent push notification. This payload is added to the data.pinpoint.jsonBody object of the notification.

Implementation

final Map<String, String>? data;