मॉड्यूल दिखाने के लिए, इन सभी शर्तों को पूरा करना ज़रूरी है.
sortIndex
integer
मॉड्यूल को क्रम से लगाने के लिए इंडेक्स. कम क्रम वाले इंडेक्स वाले मॉड्यूल, ज़्यादा क्रम वाले इंडेक्स वाले मॉड्यूल से पहले दिखाए जाते हैं. अगर कोई वैल्यू नहीं दी गई है, तो क्रम से लगाने के लिए इंडेक्स को INT_MAX माना जाता है. एक ही इंडेक्स वाले दो मॉड्यूल के लिए, क्रम से लगाने का तरीका तय नहीं होता.
ModuleViewConstraints
मॉड्यूल को दिखाने के लिए, सभी शर्तों को पूरा करना ज़रूरी है.
वह समयावधि जब उपयोगकर्ताओं को मॉड्यूल दिखेगा. startTime और endTime, दोनों को तय किया जा सकता है. मॉड्यूल डालने के बाद, वह तुरंत दिखने लगता है. हालांकि, ऐसा तब तक होता है, जब तक startTime सेट नहीं किया जाता. अगर endTime सेट नहीं किया गया है, तो मॉड्यूल हमेशा के लिए दिखता है.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["Value Added Modules require a header and a URI, along with optional fields like body, image, view constraints, and sort index for customization."],["The module displays a header, body (optional), and image (optional), and directs users to a specified URI upon clicking."],["View constraints, such as a display interval, can be set to control when the module is shown to users."],["Modules can be sorted using the `sortIndex` field, with lower values appearing before higher ones."]]],["The Value Added module requires `header` and `uri` fields. It uses a JSON format that includes `header`, `body`, `image`, `uri`, `viewConstraints`, and `sortIndex`. `viewConstraints` dictates when the module is displayed, using `displayInterval` to specify `startTime` and `endTime`. Modules are ordered by `sortIndex`, with lower indices appearing first. `header` and `body` have character limits. `uri` handles links, and `image` should maintain a 1:1 ratio.\n"]]