new LiveTVPresenter() → {LiveTVPresenter}
Returns:
- Type:
- LiveTVPresenter
Extends
- GridPresenterBase
Methods
configureLoadTask(task, parentItem, viewMode) → {void}
Parameters:
| Name | Type | Description |
|---|---|---|
task | object | |
parentItem | object | |
viewMode | string |
Returns:
- Type:
- void
destroy() → {void}
Returns:
- Type:
- void
getBackdropMode() → {string}
LiveTV uses fullscreen backdrop
Returns:
- Type:
- string
getGridConfig(viewMode) → {object}
Channel logos need scaleToFit, not scaleToZoom
Parameters:
| Name | Type | Description |
|---|---|---|
viewMode | string |
Returns:
- Type:
- object
getOptions(parentItem) → {object}
Parameters:
| Name | Type | Description |
|---|---|---|
parentItem | object |
Returns:
- Type:
- object
isTVGuideView() → {boolean}
Check if current view is TV Guide
Returns:
- Type:
- boolean
onInit(view) → {void}
Parameters:
| Name | Type | Description |
|---|---|---|
view | object |
Returns:
- Type:
- void
shouldShowPresentationInfo(viewMode) → {boolean}
No presentation info for LiveTV
Parameters:
| Name | Type | Description |
|---|---|---|
viewMode | string |
Returns:
- Type:
- boolean