showTopbar()

Shows the application topbar.

sambaFrame.showTopbar();

Sample use cases:

  • You may want to show/hide the topbar conditionally based on your integration logic

showTopbar is often used in conjunction with the hideTopbar method.

Last updated