Difference between revisions of "Constraint: Mobile Data On/Off"
m |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | < | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current mobile data state.</pre> |
| − | <pre style=" | + | |
| − | + | ''' Options ''' | |
| − | </pre> | + | |
| + | * '''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