Difference between revisions of "Constraint: Roaming Enabled"
| Line 1: | Line 1: | ||
| − | < | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on whether data roaming is enabled.</pre> |
| − | + | ''' Options ''' | |
| + | |||
| + | * '''Enabled''': Constraint passes only when data roaming is enabled | ||
| + | * '''Disabled''': Constraint passes only when data roaming is disabled | ||
| + | |||
| + | ''' Example ''' | ||
| + | |||
| + | ''Example 1: Disable mobile data when roaming is enabled'' | ||
| + | <pre class="trigger-style">Triggers | ||
| + | |||
| + | Screen On/Off - Screen On</pre> | ||
| + | <pre class="action-style">Actions | ||
| + | |||
| + | Mobile Data On/Off (Disable)</pre> | ||
| + | <pre class="constraint-style">Constraints | ||
| + | |||
| + | Roaming Enabled - Enabled</pre> | ||
| + | |||
| + | ''' See Also ''' | ||
| + | |||
| + | * [[Constraint: Is Roaming|Is Roaming Constraint]] | ||
Latest revision as of 13:47, 9 January 2026
This constraint allows or prevents a macro/feature from running based on whether data roaming is enabled.
Options
- Enabled: Constraint passes only when data roaming is enabled
- Disabled: Constraint passes only when data roaming is disabled
Example
Example 1: Disable mobile data when roaming is enabled
Triggers Screen On/Off - Screen On
Actions Mobile Data On/Off (Disable)
Constraints Roaming Enabled - Enabled
See Also