Difference between revisions of "Constraint: Mobile Data On/Off"

(Created page with "This constraint can be used to allow a trigger to fire only when the mobile data is on/off.")
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
This constraint can be used to allow a trigger to fire only when the mobile data is on/off.
+
<pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current mobile data state.</pre>
 +
 
 +
''' Options '''
 +
 
 +
* '''Enabled''': Constraint passes only when mobile data is on
 +
* '''Disabled''': Constraint passes only when mobile data is off
 +
 
 +
''' Example '''
 +
 
 +
''Example 1: Enable mobile data only if it is currently off''
 +
  <pre class="trigger-style">Triggers
 +
 
 +
Application Launched/Closed - Launched (YouTube)</pre>
 +
  <pre class="action-style">Actions
 +
 
 +
Mobile Data On/Off (Enable)</pre>
 +
  <pre class="constraint-style">Constraints
 +
 
 +
Mobile Data On/Off - Disabled</pre>
 +
 
 +
''' See Also '''
 +
 
 +
* [[Action: Mobile Data On/Off|Mobile Data On/Off Action]]

Latest revision as of 13:23, 9 January 2026

This constraint allows or prevents a macro/feature from running based on the current mobile data state.

Options

  • Enabled: Constraint passes only when mobile data is on
  • Disabled: Constraint passes only when mobile data is off

Example

Example 1: Enable mobile data only if it is currently off

Triggers

Application Launched/Closed - Launched (YouTube)
Actions

Mobile Data On/Off (Enable)
Constraints

Mobile Data On/Off - Disabled

See Also