TvContract.Programs.ColumnSeasonTitle 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 title of the season for this TV program for episodic TV shows.
[Android.Runtime.Register("COLUMN_SEASON_TITLE", ApiSince=24)]
public const string ColumnSeasonTitle;
[<Android.Runtime.Register("COLUMN_SEASON_TITLE", ApiSince=24)>]
val mutable ColumnSeasonTitle : string
Field Value
- Attributes
Remarks
The title of the season for this TV program for episodic TV shows.
This is an optional field supplied only when the season has a special title (e.g. The Final Season). If provided, the applications should display it instead of COLUMN_SEASON_DISPLAY_NUMBER, and should display it without alterations. (e.g. for "The Final Season", displayed string should be "The Final Season", not "Season The Final Season"). When displaying multiple programs, the order should be based on COLUMN_SEASON_DISPLAY_NUMBER, even when COLUMN_SEASON_TITLE exists.
Can be empty.
Type: TEXT
Android reference for android.media.tv.TvContract.Programs.COLUMN_SEASON_TITLE.
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.