I want to make google play install popup
Then I found these answers: opening-google-play-in-popup-like-vimeo-wisher-buzzfeed-instant-app
So, I read document of Instant Apps
and I have a question of InstantApps method: showInstallPrompt
In API document, showInstallPrompt method shows a dialog that allows the user to install the current instant app.
In this sentence, current instant app means my instant app? And can I open another app(third-party app) install prompt with that method in my app or my instant app?