[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eDescribes a sender application and its properties, including platform, package ID, and URL.\u003c/p\u003e\n"],["\u003cp\u003eSenderApplication objects are typically not created directly by the client.\u003c/p\u003e\n"],["\u003cp\u003eIncludes a constructor that takes the sender platform as an argument.\u003c/p\u003e\n"]]],["The `SenderApplication` class describes a sender application and should typically not be created by the client. It's instantiated with a `platform` parameter, which cannot be null. Key properties include `packageId`, a nullable string representing the application's identifier in the app store, `platform`, which is the supported platform, and `url`, a nullable string containing the launch URL or intent for the application.\n"],null,["# Class: SenderApplication\n\nchrome.[cast](/cast/docs/reference/web_sender/chrome.cast).SenderApplication\n============================================================================\n\nclass static\n\nDescribes a sender application.\nNormally, these objects should not be created by the client.\n\nConstructor\n-----------\n\n### SenderApplication\n\nnew\nSenderApplication(platform)\n\n| #### Parameter ||\n|----------|-------------------------------------------------------------------------------------------------------------------|\n| platform | [chrome.cast.SenderPlatform](/cast/docs/reference/web_sender/chrome.cast#.SenderPlatform) Value must not be null. |\n\nProperties\n----------\n\n### packageId\n\nnullable string\n\nThe identifier or URL for the application in the respective platform's\napp store.\n\n### platform\n\nnon-null [chrome.cast.SenderPlatform](/cast/docs/reference/web_sender/chrome.cast#.SenderPlatform)\n\nThe supported platform.\n\n### url\n\nnullable string\n\nURL or intent to launch the application."]]