Parcelable representing an uri.
| public static final Creator<UriData> | CREATOR |
| String |
getDescription()
Returns the uri description.
|
| String |
getUri()
Returns the uri.
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Constructs uri with given uri value and description
| uri | A destination for a web page or image. |
|---|---|
| description |
The URI's title appearing in the Google Wallet 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 description is part of an image. |
Returns the uri description.
Returns the uri.