Click or drag to resize

StorageClientSetAttributionReportingLocalTestingModeAsync Method

Version 130.1.90
https://wicg.github.io/attribution-reporting-api/

Namespace: CefSharp.DevTools.Storage
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> SetAttributionReportingLocalTestingModeAsync(
	bool enabled
)

Parameters

enabled  Boolean
If enabled, noise is suppressed and reports are sent immediately.

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also