| Line 1: |
Line 1: |
| − | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on mobile service availability.</pre> |
| − | This constraint can be used to allow a trigger to fire only when the mobile service is available/not available. | + | |
| − | </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]] |