LaunchMethod
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
enum LaunchMethod { "unknown", "scan", "external_link", "internal_link", "favorites", "recents", "menu" }
The ways in which an experience could have been launched.
Member List
Section titled “Member List”Member | Description |
---|---|
unknown | Unaware of how the experience was launched. |
scan | From the scanning of a code. |
external_link | A deep link clicked outside of the app. |
internal_link | Another experience used launchUrl(…). |
favorites | The user selected this experience from their favorites. |
recents | The user selected this experience from their list of recent zaps. |
menu | The user selected this experience from the Browse Zaps menu. |