showMenuItems

open fun showMenuItems(animate: Boolean): Completable

Shows all menu items in the submenu with an optional animation.

Return

A Completable that completes when all items are shown.

Parameters

animate

true to animate the items appearing, false for instant visibility.