appLaunchSource property
App launch source. Possible string values are:
- "APPLICATION_LAUNCH_SOURCE_UNSPECIFIED" : Application launch source unknown.
- "APPLICATION_LAUNCH_SOURCE_APP_LIST_GRID" : Application launched from the grid of apps, not the search box.
- "APPLICATION_LAUNCH_SOURCE_APP_LIST_GRID_CONTEXT_MENU" : Application launched from the grid of apps, off of the context menu.
- "APPLICATION_LAUNCH_SOURCE_APP_LIST_QUERY" : Application launched from query-dependent results (larger icons).
- "APPLICATION_LAUNCH_SOURCE_APP_LIST_QUERY_CONTEXT_MENU" : Application launched from query-dependent results, off of the context menu.
- "APPLICATION_LAUNCH_SOURCE_APP_LIST_RECOMMENDATION" : Application launched from query-less recommendations (smaller icons).
- "APPLICATION_LAUNCH_SOURCE_PARENTAL_CONTROLS" : Application launched from the Parental Controls Settings section and Per App time notification.
- "APPLICATION_LAUNCH_SOURCE_SHELF" : Application launched from shelf.
- "APPLICATION_LAUNCH_SOURCE_FILE_MANAGER" : Application launched from the file manager
- "APPLICATION_LAUNCH_SOURCE_LINK" : Application launched from left click on a link in the browser.
- "APPLICATION_LAUNCH_SOURCE_OMNIBOX" : Application launched from entering a URL in the Omnibox on the browser.
- "APPLICATION_LAUNCH_SOURCE_CHROME_INTERNAL" : Application launched from a Chrome internal call.
- "APPLICATION_LAUNCH_SOURCE_KEYBOARD" : Application launched from keyboard shortcut for opening app.
- "APPLICATION_LAUNCH_SOURCE_OTHER_APP" : Application launched from clicking a link in another app or WebUI.
- "APPLICATION_LAUNCH_SOURCE_MENU" : Application launched from menu.
- "APPLICATION_LAUNCH_SOURCE_INSTALLED_NOTIFICATION" : Application launched from the installed notification.
- "APPLICATION_LAUNCH_SOURCE_TEST" : Application launched from a test.
- "APPLICATION_LAUNCH_SOURCE_ARC" : Application launched from Arc.
- "APPLICATION_LAUNCH_SOURCE_SHARESHEET" : Application launched from Sharesheet.
- "APPLICATION_LAUNCH_SOURCE_RELEASE_NOTES_NOTIFICATION" : Application launched from the release notes notification.
- "APPLICATION_LAUNCH_SOURCE_FULL_RESTORE" : Application launched from a full restore.
- "APPLICATION_LAUNCH_SOURCE_SMART_TEXT_CONTEXT_MENU" : Application launched from a smart text selection context menu.
- "APPLICATION_LAUNCH_SOURCE_DISCOVER_TAB_NOTIFICATION" : Application launched from a discover tab notification.
- "APPLICATION_LAUNCH_SOURCE_MANAGEMENT_API" : Application launched from the Management API.
- "APPLICATION_LAUNCH_SOURCE_KIOSK" : Application launched from kiosk.
- "APPLICATION_LAUNCH_SOURCE_COMMAND_LINE" : Application launched from the command line.
- "APPLICATION_LAUNCH_SOURCE_BACKGROUND_MODE" : Application launched from background mode.
- "APPLICATION_LAUNCH_SOURCE_NEW_TAB_PAGE" : Application launched from the new tab page.
- "APPLICATION_LAUNCH_SOURCE_INTENT_URL" : Application launched from an intent URL.
- "APPLICATION_LAUNCH_SOURCE_OS_LOGIN" : Application launched from OS login.
- "APPLICATION_LAUNCH_SOURCE_PROTOCOL_HANDLER" : Application launched from protocol handler.
- "APPLICATION_LAUNCH_SOURCE_URL_HANDLER" : Application launched from URL handler.
- "APPLICATION_LAUNCH_SOURCE_LOCK_SCREEN" : Application launched from lock screen app launcher.
- "APPLICATION_LAUNCH_SOURCE_APP_HOME_PAGE" : Application launched from app home (chrome://apps) page.
- "APPLICATION_LAUNCH_SOURCE_REPARENTING" : Application launched from moving content into an app.
- "APPLICATION_LAUNCH_SOURCE_PROFILE_MENU" : Application launched from profile menu of installable chrome://password-manager WebUI.
- "APPLICATION_LAUNCH_SOURCE_SYSTEM_TRAY_CALENDAR" : Application launched from system tray calendar.
- "APPLICATION_LAUNCH_SOURCE_INSTALLER" : Application launched from source installer.
- "APPLICATION_LAUNCH_SOURCE_FIRST_RUN" : Count first-run Help app launches separately so that we can understand the number of user-triggered launches.
- "APPLICATION_LAUNCH_SOURCE_WELCOME_TOUR" : Application launched from welcome tour.
- "APPLICATION_LAUNCH_SOURCE_FOCUS_MODE" : Applicationed launched from focus panel.
Implementation
core.String? appLaunchSource;