Hi everyone! I’m pretty new, and really just looking for someone to hopefully point me in the right direction. Do you know if there is a way to essentially deeplink into a specific part of an application using the intent hyperlinks? One thing I’m looking to do is allow guests to sign in to their own spotify account through sonos by clicking on a hyperlink tile. Right now I have a sonos tile that opens the app from fully kiosk, and know there are spotify ones like:
intent:#Intent;launchFlags=0x10000000;component=com.spotify.music/.MainActivity;end
Is there a list or a way to see what MainActivity might be replaced with for example?
Thanks!