-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathItblSDK.xml
More file actions
26 lines (21 loc) · 977 Bytes
/
ItblSDK.xml
File metadata and controls
26 lines (21 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8" ?>
<component name="ItblSDK" extends="Group">
<script type="text/brightscript" uri="pkg:/components/ItblSDK.brs"/>
<script type="text/brightscript" uri="pkg:/source/itblRegistry/itblRegistryManager.brs"/>
<interface>
<field id="messageStatus" type="assocarray"/>
<field id="updateUserStatus" type="assocarray"/>
<field id="closeDialog" type="boolean" />
<field id="dialogLoaded" type="boolean" value="false"/>
<field id="clickEvent" type="assocarray"/>
<field id="config" type="assocarray" alwaysNotify="true" OnChange="OnConfigure"/>
<function name="ItblInitialize" />
<function name="ItblSetUserInfo" />
<function name="ItblShowInApp" />
<function name="ItblDialogSetFocus" />
<function name="CallItblTrack" />
</interface>
<children>
<ItblCustomDialog id="itblDialog" visible="false" />
</children>
</component>