[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003eApplicationData\u003c/code\u003e provides metadata about the launched Cast application, such as its name, ID, icon, and namespaces.\u003c/p\u003e\n"],["\u003cp\u003eThis class also reveals the application's launch origin (\u003ccode\u003elaunchedFrom\u003c/code\u003e), the sender's ID (\u003ccode\u003elaunchingSenderId\u003c/code\u003e), and the current session ID.\u003c/p\u003e\n"]]],[],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[system](/cast/docs/reference/web_receiver/cast.framework.system).ApplicationData \nclass static\n\nMetadata describing the data of the launched application.\n\nConstructor\n\nApplicationData\n\nnew\nApplicationData()\n\nProperties\n\niconUrl\n\nstring\n\nThe application image set in Cast Developer Console.\n\nid\n\nstring\n\nThe application ID.\n\nlaunchedFrom\n\nnon-null [cast.framework.system.LaunchedFrom](/cast/docs/reference/web_receiver/cast.framework.system#.LaunchedFrom)\n\nIndicates where the app was launched from.\n\nlaunchingSenderId\n\nstring\n\nThe ID of the sender that launched the application.\n\nname\n\nstring\n\nThe application name.\n\nnamespaces\n\nnon-null Array of string\n\nThe namespaces used by the application.\n\nsessionId\n\nnumber\n\nThe session ID."]]