[[["容易理解","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"]],["上次更新時間:2023-12-02 (世界標準時間)。"],[[["Describes a sender application and its properties, including platform, package ID, and URL."],["SenderApplication objects are typically not created directly by the client."],["Includes a constructor that takes the sender platform as an argument."]]],["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"]]