belongs to Maven artifact com.android.support:support-tv-provider:28.0.0-alpha1
TvContractCompat.PreviewPrograms
public
static
final
class
TvContractCompat.PreviewPrograms
extends Object
implements
TvContractCompat.BaseTvColumns
java.lang.Object | |
↳ | android.support.media.tv.TvContractCompat.PreviewPrograms |
Column definitions for the preview TV programs table.
Summary
Constants | |
---|---|
int |
ASPECT_RATIO_16_9
The aspect ratio for 16:9. |
int |
ASPECT_RATIO_1_1
The aspect ratio for 1:1. |
int |
ASPECT_RATIO_2_3
The aspect ratio for 2:3. |
int |
ASPECT_RATIO_3_2
The aspect ratio for 3:2. |
int |
ASPECT_RATIO_4_3
The aspect ratio for 4:3. |
int |
ASPECT_RATIO_MOVIE_POSTER
The aspect ratio for movie poster which is 1:1.441. |
int |
AVAILABILITY_AVAILABLE
The availability for "available to this user". |
int |
AVAILABILITY_FREE
The availability for free content. |
int |
AVAILABILITY_FREE_WITH_SUBSCRIPTION
The availability for "free with subscription". |
int |
AVAILABILITY_PAID_CONTENT
The availability for "paid content", either to-own or rental (user has not purchased/rented). |
int |
AVAILABILITY_PURCHASED
The availability for content already purchased by the user. |
String |
COLUMN_AUDIO_LANGUAGE
The comma-separated audio languages of this TV program. |
String |
COLUMN_AUTHOR
The author or artist of this content. |
String |
COLUMN_AVAILABILITY
The availability of this TV program. |
String |
COLUMN_BROWSABLE
The flag indicating whether this TV program is browsable or not. |
String |
COLUMN_CANONICAL_GENRE
The comma-separated canonical genre string of this TV program. |
String |
COLUMN_CHANNEL_ID
The ID of the TV channel that provides this TV program. |
String |
COLUMN_CONTENT_ID
The content ID of this TV program. |
String |
COLUMN_CONTENT_RATING
The comma-separated content ratings of this TV program. |
String |
COLUMN_DURATION_MILLIS
The duration (in milliseconds) of the original content of this preview program. |
String |
COLUMN_END_TIME_UTC_MILLIS
The end time of this TV program, in milliseconds since the epoch. |
String |
COLUMN_EPISODE_DISPLAY_NUMBER
The episode display number of this TV program for episodic TV shows. |
String |
COLUMN_EPISODE_TITLE
The episode title of this TV program for episodic TV shows. |
String |
COLUMN_GENRE
A genre(s) that are related to this TV program. |
String |
COLUMN_INTENT_URI
The intent URI which is launched when the preview program is selected. |