Difference between revisions of "Constraint: Mobile Service Status"
| Line 1: | Line 1: | ||
| − | < | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on mobile service availability.</pre> |
| − | + | ''' Options ''' | |
| + | |||
| + | * '''In Service''': Constraint passes only when mobile service is available | ||
| + | * '''Out of Service''': Constraint passes only when it is unavailable | ||
| + | |||
| + | ''' Example ''' | ||
| + | |||
| + | ''Example 1: Warn the user when they turn their screen on, if no mobile service is available'' | ||
| + | <pre class="trigger-style">Triggers | ||
| + | |||
| + | Screen On/Off - Screen On</pre> | ||
| + | <pre class="action-style">Actions | ||
| + | |||
| + | Popup Message: "Mobile Service is currently unavailable"</pre> | ||
| + | <pre class="constraint-style">Constraints | ||
| + | |||
| + | Mobile Service Status - Serice Unavailable</pre> | ||
| + | |||
| + | ''' See Also ''' | ||
| + | |||
| + | * [[Trigger: Mobile Service Status|Mobile Service Status Trigger]] | ||
Latest revision as of 13:26, 9 January 2026
This constraint allows or prevents a macro/feature from running based on mobile service availability.
Options
- In Service: Constraint passes only when mobile service is available
- Out of Service: Constraint passes only when it is unavailable
Example
Example 1: Warn the user when they turn their screen on, if no mobile service is available
Triggers Screen On/Off - Screen On
Actions Popup Message: "Mobile Service is currently unavailable"
Constraints Mobile Service Status - Serice Unavailable
See Also