Difference between revisions of "Constraint: Mobile Service Status"

 
(2 intermediate revisions by one other user not shown)
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]]

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