Use this API to display a loading indicator in the navigation bar of the current page. This provides visual feedback to users during asynchronous operations.
Always pair my.showNavigationBarLoading() with my.hideNavigationBarLoading() to ensure the loading indicator is properly removed when the operation completes.