toggleMainToolbarVisibility

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.

startDelayMs

Delay after which the toolbar toggle will start (in ms).

animationDurationMs

Duration od the hide/show animation (in ms).