उपयोगकर्ताओं को मैसेज दिखने का समय. हर मैसेज के लिए, startTime और endTime, दोनों को तय किया जा सकता है. अगर startTime सेट नहीं है, तो Wallet ऑब्जेक्ट डालने के तुरंत बाद मैसेज दिखेगा. अगर 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"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eWallet Object Messages can be displayed to users with valuable content, including a header, body, and display interval.\u003c/p\u003e\n"],["\u003cp\u003eMessages can be customized with localized headers and bodies for different languages.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMessageType\u003c/code\u003e determines how the message is rendered, with options for text display and Android notifications.\u003c/p\u003e\n"],["\u003cp\u003eEach message has a unique ID for management purposes, and a display interval can be set to control when it is shown.\u003c/p\u003e\n"]]],["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"],null,[]]