Hello,
I've noticed that, for example, clicking a mail notification while I am browsing in Safari in full-screen mode will show that mail message as a full-screen tile.
I have a utility app that could make use of this behaviour but have failed to find an API to do this. Succintly, I want to display a window as a fullscreen tile in the same space as the currently active full-screen window.
Example:
1. I'm browsing in Safari in full-screen
2. I type a shortcut to invoke my app
3. My app shows as a full-screen tile along side Safari
(similarly to what clicking a mail notitificaton does)
Thanks