jf-roku/components/data/UserData.xml

19 lines
712 B
XML
Raw Normal View History

2019-04-20 17:40:06 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="UserData" extends="ContentNode">
<interface>
<field id="id" type="string" />
<field id="username" type="string" />
<field id="token" type="string" />
<field id="server" type="string" />
<field id="json" type="assocarray" onChange="setDataFromJSON" />
<function name="setServer" />
2019-04-20 17:40:06 +00:00
<function name="getPreference" />
<function name="setPreference" />
<function name="loadFromRegistry" />
<function name="saveToRegistry" />
<function name="setActive" />
</interface>
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
2020-03-18 09:10:31 +00:00
<script type="text/brightscript" uri="UserData.brs" />
2019-04-20 17:40:06 +00:00
</component>