Changes

no edit summary
Line 1: Line 1: −
<span style="color: #0E9549; font-size: 24px;">'''About this constraint '''</span>
+
<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.
+
''' 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]]