Update LICENSE, README.md, and 13 more files...
This commit is contained in:
17
dist/tmp/widgets/BackgroundTask.xml
vendored
Normal file
17
dist/tmp/widgets/BackgroundTask.xml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user