Constraint: Floating Button
Revision as of 11:28, 9 January 2026 by MacroDroidDev (talk | contribs)
This constraint allows or prevents a macro/feature from running based on whether a specific floating button is visible.
Options
- Is Showing: Constraint passes only when the floating button is visible
- Is Not Showing: Constraint passes only when it is hidden
- Button ID: Select the floating button to check
Example
Example 1: Only show the navigation button if it is not already visible
Triggers Application Launched/Closed - Launched (Maps)
Actions Floating Button Configure (id: nav_button)
Constraints Floating Button - Is Not Showing (nav_button)
See Also