वह समयावधि जब उपयोगकर्ताओं को मैसेज दिखाया जाएगा. हर मैसेज के लिए, 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"]]