属性签名 AddonScreenshareInfo.startActivityOnOpen
在打开插件时是否启动 activity。如果提供了主舞台网址,则必须为 true。
签名
startActivityOnOpen: boolean;
详细信息
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-06。
[null,null,["最后更新时间 (UTC):2024-11-06。"],[[["`startActivityOnOpen` determines if an activity starts upon opening the add-on, which is mandatory if a mainstage URL is provided."],["This boolean field is not optional and its value can be modified."]]],["The `startActivityOnOpen` property, a required boolean, determines if an activity should begin when the add-on is opened. If a mainstage URL is supplied, this property must be set to `true`. This setting is not optional and can be modified. It is used to decide when an activity initiates.\n"]]