jf-roku/components/data/SceneManager.xml
1hitsong c0143db808 Updates from review comments
Add subtitle scrollbar (if needed)
Add variable type to newStatus
Close dialogs when video finishes playing
2023-05-10 21:47:54 -04:00

21 lines
785 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<component name="SceneManager" extends="Group">
<interface>
<function name="pushScene" />
<function name="popScene" />
<function name="settings" />
<function name="getActiveScene" />
<function name="clearScenes" />
<function name="clearPreviousScene" />
<function name="resetTime" />
<function name="userMessage" />
<function name="standardDialog" />
<function name="radioDialog" />
<function name="dismissDialog" />
<function name="isDialogOpen" />
<function name="optionDialog" />
<field id="currentUser" type="string" onChange="updateUser" />
<field id="returnData" type="assocarray" />
<field id="dataReturned" type="boolean" />
</interface>
</component>