jf-roku/components/quickConnect/QuickConnectDialog.xml
2022-06-01 17:02:47 -06:00

16 lines
683 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="QuickConnectDialog" extends="StandardMessageDialog">
<children>
<Timer id="quickConnectTimer" duration="3" repeat="false" />
</children>
<interface>
<field id="quickConnectJson" type="assocarray" />
<field id="authenticated" type="boolean" alwaysNotify="true"/>
</interface>
<script type="text/brightscript" uri="QuickConnectDialog.brs" />
<script type="text/brightscript" uri="pkg:/source/api/userauth.brs" />
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
</component>