TvContract.RecordedPrograms.ColumnPosterArtUri 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 of this TV program.
[Android.Runtime.Register("COLUMN_POSTER_ART_URI", ApiSince=24)]
public const string ColumnPosterArtUri;
[<Android.Runtime.Register("COLUMN_POSTER_ART_URI", ApiSince=24)>]
val mutable ColumnPosterArtUri : string
Field Value
- Attributes
Remarks
The URI for the poster art of this TV program.
The data in the column must be a URL, or a URI in one of the following formats: content (ContentResolver.SCHEME_CONTENT); android.resource (ContentResolver.SCHEME_ANDROID_RESOURCE); file (ContentResolver.SCHEME_FILE)
Can be empty.
Type: TEXT
Android reference for android.media.tv.TvContract.RecordedPrograms.COLUMN_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.