Methods
(static) channelUpdated() → {void}
(static) focusChanged() → {void}
Show view channel button when item has Focus
(static) getDurationStringFromSeconds(seconds) → {string}
Get program duration string (e.g. 1h 20m)
Parameters:
Name | Type | Description |
---|---|---|
seconds |
dynamic |
(static) getRelativeDayName(date) → {string}
Get relative date name for a date (yesterday, today, tomorrow, or otherwise weekday name )
Parameters:
Name | Type | Description |
---|---|---|
date |
dynamic |
(static) init() → {void}
(static) onAnimationComplete() → {void}
(static) onKeyEvent(key, press) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
key |
string | |
press |
boolean |
(static) programUpdated() → {void}
(static) setupLabels() → {void}
Set up Live and Repeat label sizes
(static) updateLabels(recordTextopt, recordSeriesTextopt) → {void}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
recordText |
dynamic |
<optional> |
"Record" | |
recordSeriesText |
dynamic |
<optional> |
"Record Series" |