Difference between revisions of "PersonalLiveChannel"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents a Personal Live Channel object, modeling all the properties or fields associated with live (linear TV) channels. |Members= {{{!}} bo...") |
(No difference)
|
Latest revision as of 11:05, 2 June 2014
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
- LiveChannel object