TvContract.Channels.ColumnAppLinkPosterArtUri 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 poster art used as the background of the app link template for this channel.
[Android.Runtime.Register("COLUMN_APP_LINK_POSTER_ART_URI", ApiSince=23)]
public const string ColumnAppLinkPosterArtUri;
[<Android.Runtime.Register("COLUMN_APP_LINK_POSTER_ART_URI", ApiSince=23)>]
val mutable ColumnAppLinkPosterArtUri : string
Field Value
- Attributes
Remarks
The URI for the poster art used as the background of the app link template for this channel.
The data in the column must be a URL, or 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_POSTER_ART_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.