TvContract.PreviewPrograms.ColumnLive 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 flag indicating whether this TV program is live or not.
[Android.Runtime.Register("COLUMN_LIVE", ApiSince=26)]
public const string ColumnLive;
[<Android.Runtime.Register("COLUMN_LIVE", ApiSince=26)>]
val mutable ColumnLive : string
Field Value
- Attributes
Remarks
The flag indicating whether this TV program is live or not.
A value of 1 indicates that the content is airing and should be consumed now, a value of 0 indicates that the content is off the air and does not need to be consumed at the present time. If not specified, the value is set to 0 (not live) by default.
Type: INTEGER (boolean)
Android reference for android.media.tv.TvContract.PreviewPrograms.COLUMN_LIVE.
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.