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 の管理を容易にするためのものです。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-13 UTC。
[null,null,["最終更新日 2024-11-13 UTC。"],[[["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."]]],[]]