Mesajın kullanıcılara gösterileceği süre. Her mesaj için hem startTime hem de endTime tanımlayabilirsiniz. startTime ayarlanmadığı sürece, Cüzdan Nesnesi eklendikten hemen sonra bir mesaj görüntülenir. endTime sağlanmazsa mesaj, mesaj listesinde süresiz olarak görünür.
id
string
Bir mesajla ilişkilendirilen kimlik. Bu alan, iletileri daha kolay yönetmenizi sağlar. Bildirim kimliği değerleri, aynı sınıftaki/örnekteki birden fazla iletide yinelenebilir. Bu nedenle, her ileti için makul bir kimlik seçmeye dikkat edilmelidir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-03-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"]]