toggle Main Toolbar Visibility
open fun toggleMainToolbarVisibility(visible: Boolean, startDelayMs: Long, animationDurationMs: Long)
Toggles the visibility of the main toolbar.
Parameters
visible
If true
, the toolbar will be shown. It'll be hidden otherwise.
start Delay Ms
Delay after which the toolbar toggle will start (in ms).
animation Duration Ms
Duration od the hide/show animation (in ms).