[[["易于理解","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"]],["最后更新时间 (UTC):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"]]