Home
last modified time | relevance | path

Searched refs:onScreenCaptureRequest (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkWeb.ts180onScreenCaptureRequest(callback: (event?: { handler: ScreenCaptureHandler; } | undefined) => void)…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md5575 ### onScreenCaptureRequest<sup>10+</sup>
5577 onScreenCaptureRequest(callback: Callback\<OnScreenCaptureRequestEvent\>)
5603 .onScreenCaptureRequest((event) => {
7603 Web组件返回授权或拒绝屏幕捕获功能的对象。示例代码参考[onScreenCaptureRequest事件](#onscreencapturerequest10)。
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts1448 onScreenCaptureRequest(callback: (event?: {
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md5575 ### onScreenCaptureRequest<sup>10+</sup>
5577 onScreenCaptureRequest(callback: Callback\<OnScreenCaptureRequestEvent\>)
5603 .onScreenCaptureRequest((event) => {
7603 …or rejecting a screen capture request. For the sample code, see [onScreenCaptureRequest Event](#on…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js25208 onScreenCaptureRequest(callback) { method in ArkWebComponent