PersonalLiveChannel

From Gvp-public
Jump to navigation Jump to search

Represents a Personal Live Channel object, modeling all the properties or fields associated with live (linear TV) channels.

Members

Field Data Type Description
FavoriteLiveChannels array of int List of favorite Live Channels IDs
LastViewedLiveChannel int ID of the last live channel viewed by user
UserLiveChannels array of int List of user Live Channels IDs


Example

{

"UserLiveChannels": array of channel IDs,
"FavoriteLiveChannels": array of channel IDs,
"LastViewedLiveChannel": 235

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation


See also