Difference between revisions of "Trigger: Notification Bar Button"

m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
===<p><b>About</b></p>===
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Will fire when the associated button is pressed in the notification button bar.
 
Will fire when the associated button is pressed in the notification button bar.
 +
 +
The settings can be found in the quick tile on the home screen "Notification Bar Options".
 
</pre>
 
</pre>
<br>
+
'' See also: '' ''[https://macrodroidforum.com/wiki/index.php/MacroDroid_Notification MacroDroid Notification].''
'''Example Usage'''<br/>
 
  
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
+
==<p><b>Supported configurations</b></p>==
Triggers
 
  
 +
=== Collapse on press ===
  
</pre><br>
+
* ''''' Enabled '''''
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
Actions
+
Selecting this option will collapse the notification bar and return it to its normal state.
 +
</pre>
  
 
+
* ''''' Disabled '''''
</pre><br>
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
+
When this option is selected, the notification bar does not collapse automatically.
Constraints
+
</pre>
 
 
 
 
</pre><br>
 
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
 
Local variables
 
 
 
 
 
</pre><br>
 

Latest revision as of 17:57, 25 January 2024

About

Will fire when the associated button is pressed in the notification button bar.

The settings can be found in the quick tile on the home screen "Notification Bar Options".

See also: MacroDroid Notification.

Supported configurations

Collapse on press

  • Enabled
Selecting this option will collapse the notification bar and return it to its normal state.
  • Disabled
When this option is selected, the notification bar does not collapse automatically.