Adding required Roku Performance Beacons for EPG
https://developer.roku.com/en-gb/docs/references/scenegraph/list-and-grid-nodes/timegrid.md#measuring-epg-launch-times
This commit is contained in:
parent
257cff4d9e
commit
b3b24db49e
|
@ -268,6 +268,7 @@ end sub
|
||||||
sub optionsClosed()
|
sub optionsClosed()
|
||||||
|
|
||||||
if (m.options.view = "tvGuide") then
|
if (m.options.view = "tvGuide") then
|
||||||
|
m.top.signalBeacon("EPGLaunchInitiate") ' Required Roku Performance monitoring
|
||||||
if m.tvGuide = invalid then
|
if m.tvGuide = invalid then
|
||||||
m.tvGuide = createObject("roSGNode", "Schedule")
|
m.tvGuide = createObject("roSGNode", "Schedule")
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -56,6 +56,7 @@ sub onChannelsLoaded()
|
||||||
m.LoadProgramDetailsTask.observeField("programDetails", "onProgramDetailsLoaded")
|
m.LoadProgramDetailsTask.observeField("programDetails", "onProgramDetailsLoaded")
|
||||||
|
|
||||||
m.scheduleGrid.setFocus(true)
|
m.scheduleGrid.setFocus(true)
|
||||||
|
m.top.signalBeacon("EPGLaunchComplete") ' Required Roku Performance monitoring
|
||||||
end sub
|
end sub
|
||||||
|
|
||||||
' When LoadScheduleTask completes (initial or more data) and we have a schedule to display
|
' When LoadScheduleTask completes (initial or more data) and we have a schedule to display
|
||||||
|
|
Loading…
Reference in New Issue
Block a user