system-bars-plugin
Mobile icon

System Bars Plugin

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 20 May (yesterday)
 by 
0.0
 (0 ratings)
system-bars-plugin

System Bars Plugin

Documentation
1.0.2

Public actions

  • CheckSystemBarsPlugin

    • Checks whether the plugin is available in the mobile runtime
    • Returns availability status and error details when applicable
  • Show

    • Shows the selected system bar with optional animation behavior
  • Hide

    • Hides the selected system bar with optional animation behavior
  • SetStyle

    • Sets the style of the selected system bar
  • SetAnimation

    • Defines the animation used for system bar transitions

How to use

  1. Add a reference to the public client actions from System Bars Plugin
  2. If available, call ShowHideSetStyle, or SetAnimation as needed
  3. Handle the returned Success and Error outputs in your client logic

Recommended usage


Use this plugin when your app needs:

  • immersive or full-screen mobile layouts
  • dynamic control of status bar or navigation bar visibility
  • light or dark system bar presentation
  • reusable native UI behavior across multiple applications

Recommended moments to call the actions:

  • on screen entry
  • after layout or theme changes
  • when entering or leaving immersive flows