How to navigate between multiple apps using same Hash Params?

I have a app which shows a hash params on url, and when navigating to another app i want to pass that hash params to the navigated app also and so on. How can i achieve this.

Have you tried utils.openApp?

utils.openApp('myappuuid',{hashParams: urlparams.hash})