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. Thông báo sẽ xuất hiện ngay sau khi bạn chèn Đối tượng ví, 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ã được liên kết với một thông báo. Trường này giúp bạn dễ dàng quản lý tin nhắn. Lưu ý rằng các giá trị mã nhận dạng 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 và bạn phải cẩn thận 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: 2024-11-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"]]