TvContract.WatchNextPrograms.ColumnWatchNextType 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 "watch next" type of this program content.
[Android.Runtime.Register("COLUMN_WATCH_NEXT_TYPE", ApiSince=26)]
public const string ColumnWatchNextType;
[<Android.Runtime.Register("COLUMN_WATCH_NEXT_TYPE", ApiSince=26)>]
val mutable ColumnWatchNextType : string
Field Value
- Attributes
Remarks
The "watch next" type of this program content.
The value should match one of the followings: #WATCH_NEXT_TYPE_CONTINUE
, #WATCH_NEXT_TYPE_NEXT
, #WATCH_NEXT_TYPE_NEW
, and #WATCH_NEXT_TYPE_WATCHLIST
.
This is a required field.
Type: INTEGER
Java documentation for android.media.tv.TvContract.WatchNextPrograms.COLUMN_WATCH_NEXT_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.