getPushData

public String getPushData()

Retrieves the additional information carried by the push notification. The value here corresponds to the content of the `pushData` parameter in `sendMessage()`. Usage scenario: When sending a custom message, if the `pushData` parameter is filled in `sendMessage()`, the content of `pushData` can be retrieved through this method when the push notification for this message is received.