payload property

Map<String, String> payload
final

Raw notification payload. This is the complete payload containing Apple, Google, Batch's internal keys and the ones you can add using the custom payload feature.

For consistency between iOS and Android, the payload is a String,String map with its values encoded as JSON for complex types.

Keys in "com.batch" are private and should not be relied on.

Implementation

final Map<String, String> payload;