// The updated resource…
{"kind":"walletobjects#walletObjectMessage","header":"My Object message header","body":"My Object message body with a <a href="http://play.google.com/store/apps/details?id=com.google.android.apps.maps">Hyperlink<\a>","id":"message_id","messageType":"textAndNotify"},…
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-23。"],[[["Send messages to Google Wallet pass users and trigger a push notification using the `TEXT_AND_NOTIFY` message type with the Add Message API."],["Users will see a callout on their saved pass prompting them to view the new message, leading them to the pass details."],["You can send a maximum of 3 notification-triggering messages per pass within a 24-hour period, with potential throttling for excessive notifications."],["The message content can include links to relevant websites or apps associated with the pass, adhering to Google's Acceptable Use Policy."],["Messages and notifications can be managed through the `UPDATE` or `PATCH` methods for editing or removal."]]],["The `Add Message API` with `message_type` as `TEXT_AND_NOTIFY` adds a message to the pass's back and sends a push notification. Users tap the notification to view the pass and then access the message, highlighted as unread. Messages can include URIs relevant to the pass. A maximum of 3 notifications are allowed per 24 hours. Use the `AddMessageRequest` and set `MessageType` to `TEXT_AND_NOTIFY`. Exceeding the notification limit triggers a `QuotaExceededException`. `TEXT` can still be used.\n"]]