Khoảng thời gian mà thông báo hiển thị với người dùng. Bạn có thể xác định cả startTime và endTime cho mỗi thông báo. Một thông báo sẽ hiển thị ngay sau khi chèn Đối tượng Wallet trừ phi bạn đặt startTime. Thông báo sẽ xuất hiện trong danh sách thông báo vô thời hạn nếu không cung cấp endTime.
id
string
Mã nhận dạng liên kết với một tin nhắn. Trường này được dùng để giúp bạn dễ dàng quản lý thư. Các giá trị mã nhận dạng thông báo có thể trùng lặp trên nhiều thông báo trong cùng một lớp/phiên bản. Do đó, bạn cần cẩn trọng để chọn một mã nhận dạng hợp lý cho mỗi thông báo.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-03-13 UTC."],[[["Wallet Object Messages can be displayed to users with valuable content, including a header, body, and display interval."],["Messages can be customized with localized headers and bodies for different languages."],["The `MessageType` determines how the message is rendered, with options for text display and Android notifications."],["Each message has a unique ID for management purposes, and a display interval can be set to control when it is shown."]]],["The document outlines the structure of a message to be displayed, represented in JSON. Key fields include `header` and `body` for the message content, `displayInterval` to control visibility duration, and `id` for message management. `messageType` specifies how the message is displayed, with options like `TEXT` (default), or `TEXT_AND_NOTIFY`. Localized versions of the `header` and `body` are also supported.\n"]]