Difference between revisions of "Trigger: App Install/Remove/Update"

m
m
Line 1: Line 1:
 
<pre style="background-color: #EEEEEE; color: Black;">
 
<pre style="background-color: #EEEEEE; color: Black;">
 
This trigger can be configured to fire when you install an application, uninstall an application or when an application update has completed.
 
This trigger can be configured to fire when you install an application, uninstall an application or when an application update has completed.
</pre>
+
</pre><br>
 
<pre style="background-color: #EEEEEE; color: Black;">
 
<pre style="background-color: #EEEEEE; color: Black;">
 
The following [magic text] is available when this trigger fires.
 
The following [magic text] is available when this trigger fires.
Line 8: Line 8:
  
 
[app_package] - the package of the app.
 
[app_package] - the package of the app.
</pre>
+
</pre><br>
  
 
<pre style="background-color: #EEEEEE; color: Black;">
 
<pre style="background-color: #EEEEEE; color: Black;">
Line 22: Line 22:
 
'''Example Usage:'''<br/>
 
'''Example Usage:'''<br/>
 
A notification will be displayed when an app (specific or any) is updated by creating a notification that says "An app was updated. (app name)
 
A notification will be displayed when an app (specific or any) is updated by creating a notification that says "An app was updated. (app name)
<pre style="background-color: red; color: white;">
+
 
 +
<pre style="background-color: red; color: white; border-radius: 10px; padding: 10px;">
 +
Triggers
 +
 
 
Application Updated
 
Application Updated
</pre>
+
</pre><br>
<pre style="background-color: #1665B0; color: white;">
+
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 +
Actions
  
 
Display Notification: Title: An app was updated.| Notification text: [app_name]  
 
Display Notification: Title: An app was updated.| Notification text: [app_name]  
</pre>
+
</pre><br>
<pre style="background-color: green; color: white;">
+
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
</pre>
+
Constrains
 +
 
 +
 
 +
</pre><br>

Revision as of 03:25, 28 April 2023

This trigger can be configured to fire when you install an application, uninstall an application or when an application update has completed.


The following [magic text] is available when this trigger fires.

[app_name] - the name of the app.

[app_package] - the package of the app.


Supported configurations:

Any app:
Any application that is installed, uninstalled or updated.

Select applications:
One or more specific applications.


Example Usage:
A notification will be displayed when an app (specific or any) is updated by creating a notification that says "An app was updated. (app name)

Triggers

Application Updated


Actions

Display Notification: Title: An app was updated.| Notification text: [app_name] 


Constrains