TvContract.PreviewPrograms.ColumnType 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 type of this program content.
[Android.Runtime.Register("COLUMN_TYPE", ApiSince=26)]
public const string ColumnType;
[<Android.Runtime.Register("COLUMN_TYPE", ApiSince=26)>]
val mutable ColumnType : string
Field Value
- Attributes
Remarks
The type of this program content.
The value should match one of the followings: TYPE_MOVIE, TYPE_TV_SERIES, TYPE_TV_SEASON, TYPE_TV_EPISODE, TYPE_CLIP, TYPE_EVENT, TYPE_CHANNEL, TYPE_TRACK, TYPE_ALBUM, TYPE_ARTIST, TYPE_PLAYLIST, and TYPE_STATION.
This is a required field if the program is from a Channels.TYPE_PREVIEW channel.
Type: INTEGER
Android reference for android.media.tv.TvContract.PreviewPrograms.COLUMN_TYPE.
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.