@featurevisor/roku
Advanced tools
Sorry, the diff of this file is not supported yet
| <?xml version="1.0" encoding="utf-8" ?> | ||
| <component name="FeaturevisorInstance" extends="Node"> | ||
| <interface> | ||
| <!-- Events --> | ||
| <field id="activated" type="assocarray" alwaysNotify="true" value="{}" /> | ||
| <field id="ready" type="assocarray" alwaysNotify="true" value="{}" /> | ||
| <field id="refreshed" type="assocarray" alwaysNotify="true" value="{}" /> | ||
| <field id="updated" type="assocarray" alwaysNotify="true" value="{}" /> | ||
| <!-- Functions --> | ||
| <function name="activate" /> | ||
| <function name="clear" /> | ||
| <function name="evaluateFlag" /> | ||
| <function name="evaluateVariable" /> | ||
| <function name="evaluateVariation" /> | ||
| <function name="getFeature" /> | ||
| <function name="getRevision" /> | ||
| <function name="getVariable" /> | ||
| <function name="getVariableArray" /> | ||
| <function name="getVariableBoolean" /> | ||
| <function name="getVariableDouble" /> | ||
| <function name="getVariableInteger" /> | ||
| <function name="getVariableJSON" /> | ||
| <function name="getVariableObject" /> | ||
| <function name="getVariableString" /> | ||
| <function name="getVariation" /> | ||
| <function name="initialize" /> | ||
| <function name="isEnabled" /> | ||
| <function name="refresh" /> | ||
| <function name="setDatafile" /> | ||
| <function name="setStickyFeatures" /> | ||
| <function name="startRefreshing" /> | ||
| <function name="stopRefreshing" /> | ||
| </interface> | ||
| <script type="text/brightscript" uri="Featurevisor.instance.brs" /> | ||
| </component> |
Sorry, the diff of this file is not supported yet
| <?xml version="1.0" encoding="utf-8" ?> | ||
| <component name="FeaturevisorRequest" extends="HttpRequest"> | ||
| <script type="text/brightscript" uri="Featurevisor.request.brs" /> | ||
| </component> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+3
-3
| { | ||
| "name": "@featurevisor/roku", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "Roku FeatureVisor SDK", | ||
@@ -23,7 +23,7 @@ "keywords": [ | ||
| "files": [ | ||
| "kopytkoSrc", | ||
| "src", | ||
| "!**/_tests" | ||
| ], | ||
| "scripts": { | ||
| "lint": "eslint --ext .brs kopytkoSrc/", | ||
| "lint": "eslint --ext .brs src/", | ||
| "test": "node node_modules/@dazn/kopytko-unit-testing-framework/scripts/test.js" | ||
@@ -30,0 +30,0 @@ }, |
Sorry, the diff of this file is not supported yet
| <?xml version="1.0" encoding="utf-8" ?> | ||
| <component name="FeaturevisorInstance" extends="Node"> | ||
| <interface> | ||
| <!-- Events --> | ||
| <field id="activated" type="assocarray" alwaysNotify="true" value="{}" /> | ||
| <field id="ready" type="assocarray" alwaysNotify="true" value="{}" /> | ||
| <field id="refreshed" type="assocarray" alwaysNotify="true" value="{}" /> | ||
| <field id="updated" type="assocarray" alwaysNotify="true" value="{}" /> | ||
| <!-- Functions --> | ||
| <function name="activate" /> | ||
| <function name="clear" /> | ||
| <function name="evaluateFlag" /> | ||
| <function name="evaluateVariable" /> | ||
| <function name="evaluateVariation" /> | ||
| <function name="getFeature" /> | ||
| <function name="getRevision" /> | ||
| <function name="getVariable" /> | ||
| <function name="getVariableArray" /> | ||
| <function name="getVariableBoolean" /> | ||
| <function name="getVariableDouble" /> | ||
| <function name="getVariableInteger" /> | ||
| <function name="getVariableJSON" /> | ||
| <function name="getVariableObject" /> | ||
| <function name="getVariableString" /> | ||
| <function name="getVariation" /> | ||
| <function name="initialize" /> | ||
| <function name="isEnabled" /> | ||
| <function name="refresh" /> | ||
| <function name="setDatafile" /> | ||
| <function name="setStickyFeatures" /> | ||
| <function name="startRefreshing" /> | ||
| <function name="stopRefreshing" /> | ||
| </interface> | ||
| <script type="text/brightscript" uri="Featurevisor.instance.brs" /> | ||
| </component> |
Sorry, the diff of this file is not supported yet
| <?xml version="1.0" encoding="utf-8" ?> | ||
| <component name="FeaturevisorRequest" extends="HttpRequest"> | ||
| <script type="text/brightscript" uri="Featurevisor.request.brs" /> | ||
| </component> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
72477
-0.02%