AbstractGridProgram
AbstractGridProgram ⇐ ImageModel
Kind: global abstract class
Extends: ImageModel
Model:
Properties
Name | Type | Description |
---|---|---|
isGridProgram | boolean | flag |
isEmpty | boolean | True if it's a program with no data (waiting from backend or hole in grid) |
start | timestamp | The time the program starts (in milliseconds) |
duration | number | The duration of the program, different from the duration of the content (in milliseconds) |
replay | boolean | The program can be re-viewed: it has already been broadcasted in the past |
contentId | string | The if of the content corresponding to the program |
channelId | string | The id of the channel on which the program is broadcasted |
name | string | Name of the broadcasted content |
more | string | More information about the broadcasted content |
shortDescription | string | Short description about the broadcasted content |
tags | Array.<*> | Array of tags, flags and additional info for each program stored in 31-bit integers |
isAdult | boolean | True if program is of adult content |
AbstractGridProgram()
A program is a AbstractContent that is broadcasted on a AbstractChannel