Files
backgroundtask/dist/tmp/widgets/BackgroundTask.xml

18 lines
968 B
XML

<?xml version="1.0" encoding="utf-8"?>
<widget id="incentro.backgroundtask.BackgroundTask" pluginWidget="true" needsEntityContext="true" offlineCapable="true"
supportedPlatform="Native"
xmlns="http://www.mendix.com/widget/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.mendix.com/widget/1.0/ ../node_modules/mendix/custom_widget.xsd">
<name>Background Task</name>
<description>Call a nanoflow when app is in background using the BackgroundFetch API on Android and iOS</description>
<icon/>
<properties>
<propertyGroup caption="Background Task">
<property key="backgroundFlow" type="action" required="false">
<caption>Backgroundtask</caption>
<description>Action to perform in the background (only nanoflow is allowed, no opening pages etc.)</description>
</property>
</propertyGroup>
</properties>
</widget>