AI-generated Key Takeaways
-
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.
JSON representation |
---|
{
"kind": string,
"uri": string,
"description": string,
"localizedDescription": {
object ( |
Fields | |
---|---|
kind |
Identifies what kind of resource this is. Value: the fixed string |
uri |
The location of a web page, image, or other resource. URIs in the |
description |
The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. Note that in some contexts this text is not used, such as when |
localizedDescription |
Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens. |
id |
The ID associated with a uri. This field is here to enable ease of management of uris. |