payload property
The payload as a UTF-8 string, decoded leniently.
Malformed UTF-8 byte sequences are replaced with U+FFFD (the replacement character). Use payloadBytes for the exact data.
Implementation
final String payload;
The payload as a UTF-8 string, decoded leniently.
Malformed UTF-8 byte sequences are replaced with U+FFFD (the replacement character). Use payloadBytes for the exact data.
final String payload;