Language

TvContract.PreviewPrograms.ColumnThumbnailUri Field

Definition

The URI for the thumbnail of this TV program.

[Android.Runtime.Register("COLUMN_THUMBNAIL_URI", ApiSince=26)]
public const string ColumnThumbnailUri;
[<Android.Runtime.Register("COLUMN_THUMBNAIL_URI", ApiSince=26)>]
val mutable ColumnThumbnailUri : string

Field Value

Attributes

Remarks

The URI for the thumbnail of this TV program.

The system can generate a thumbnail from the poster art if this column is not specified. Thus it is not necessary for TV input services to include a thumbnail if it is just a scaled image of the poster art.

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.PreviewPrograms.COLUMN_THUMBNAIL_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.

Applies to