属性签名 MeetAddon.createAddonSession
创建插件会话。
签名
createAddonSession: (options: AddonSessionOptions) => Promise<AddonSession>;
详细信息
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[null,null,["最后更新时间 (UTC):2024-10-15。"],[[["Allows developers to create an additional browser session through the `createAddonSession` function."],["This new session operates independently and is controlled by the add-on using the provided options defined in `AddonSessionOptions`."],["Upon successful creation, it returns a promise that resolves to an `AddonSession` object, granting control and interaction capabilities within that session."]]],["This describes the `createAddonSession` function, which is used to create an add-on session. It accepts `AddonSessionOptions` as input and returns a Promise that resolves to an `AddonSession` object. The function is a required part of the interface, and its properties are not read-only. It takes a parameter of type `AddonSessionOptions`.\n"]]