פרק הזמן שבו ההודעה תוצג למשתמשים. אפשר להגדיר גם startTime וגם endTime לכל הודעה. הודעה מוצגת מיד אחרי שמוסיפים אובייקט Wallet, אלא אם מוגדר startTime. אם לא תספקו את הערך endTime, ההודעה תופיע ברשימת ההודעות ללא הגבלת זמן.
id
string
המזהה שמשויך להודעה. השדה הזה נועד להקל על ניהול ההודעות. חשוב לזכור שערכים של מזהי הודעות עשויים להיות כפולים בכמה הודעות באותה כיתה/מכונה, ויש להקפיד לבחור מזהה סביר לכל הודעה.
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 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"]]