Class (ScreenCaptureHandler)

Implements the ScreenCaptureHandler object for accepting or rejecting a screen capture request. For details about the sample code, see onScreenCaptureRequest.

NOTE

  • The initial APIs of this component are supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version.

  • The initial APIs of this class are supported since API version 10.

  • The sample effect is subject to the actual device.

constructor10+

constructor()

Constructs a ScreenCaptureHandler object.

System capability: SystemCapability.Web.Webview.Core

deny10+

deny(): void

Rejects this screen capture request.

System capability: SystemCapability.Web.Webview.Core

getOrigin10+

getOrigin(): string

Obtains the origin of this web page.

System capability: SystemCapability.Web.Webview.Core

Return value

Type Description
string Origin of the web page that requests the permission.

grant10+

grant(config: ScreenCaptureConfig): void

Grants the screen capture permission.

NOTE

The ohos.permission.MICROPHONE permission must be declared.

System capability: SystemCapability.Web.Webview.Core

Parameters

Name Type Mandatory Description
config ScreenCaptureConfig Yes Screen capture configuration.