TvContract.Channels.ColumnAppLinkIconUri Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The URI for the app badge icon of the app link template for this channel.
[Android.Runtime.Register("COLUMN_APP_LINK_ICON_URI", ApiSince=23)]
public const string ColumnAppLinkIconUri;
[<Android.Runtime.Register("COLUMN_APP_LINK_ICON_URI", ApiSince=23)>]
val mutable ColumnAppLinkIconUri : string
Field Value
- Attributes
Remarks
The URI for the app badge icon of the app link template for this channel.
This small icon is overlaid at the bottom of the poster art specified by #COLUMN_APP_LINK_POSTER_ART_URI
. The data in the column must be a URI in one of the following formats:
<ul> <li>content (android.content.ContentResolver#SCHEME_CONTENT
)</li> <li>android.resource (android.content.ContentResolver#SCHEME_ANDROID_RESOURCE
) </li> <li>file (android.content.ContentResolver#SCHEME_FILE
)</li> </ul>
The app-linking allows channel input sources to provide activity links from their live channel programming to another activity. This enables content providers to increase user engagement by offering the viewer other content or actions.
Type: TEXT
Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_ICON_URI
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.