Skip to content

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.

MemberDescription
unknownUnaware of how the experience was launched.
scanFrom the scanning of a code.
external_linkA deep link clicked outside of the app.
internal_linkAnother experience used launchUrl(…).
favoritesThe user selected this experience from their favorites.
recentsThe user selected this experience from their list of recent zaps.
menuThe user selected this experience from the Browse Zaps menu.