Uri
JSON 表示法 |
{
"kind": string,
"uri": string,
"description": string,
"localizedDescription": {
object (LocalizedString )
},
"id": string
} |
欄位 |
kind (deprecated) |
string
表示資源的種類。值:固定字串 "walletobjects#uri" 。
|
uri |
string
網頁、圖片或其他資源的所在位置。LinksModuleData 模組中的 URI 可以用不同的前置字元來表示 URI 的類型 (網頁連結、地圖連結、電話號碼或電子郵件地址)。必須定義 URI 配置。
|
description |
string
在應用程式中以文字顯示的 URI 標題。建議長度上限為 20 個字元,以確保在較小的螢幕上可顯示完整字串。 請注意,在某些情況下,系統不會使用這串文字,例如當 description 是圖片的一部分時。
|
localizedDescription |
object (LocalizedString )
說明的翻譯字串。建議長度上限為 20 個字元,以確保在較小的螢幕上可顯示完整字串。
|
id |
string
URI 的相關 ID。這個欄位可方便您管理 URI。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-13 (世界標準時間)。
[null,null,["上次更新時間:2024-11-13 (世界標準時間)。"],[[["URI provides a way to link external resources like web pages, images, maps, or contact information within a Wallet Object."],["It includes a URI, description, localized descriptions, and an optional ID for management purposes."],["The `kind` field is deprecated and should not be used."],["Descriptions should be kept concise, ideally under 20 characters, for optimal display."],["Localized descriptions allow for tailoring the URI's title for different languages."]]],[]]