Click or drag to resize

StorageClientSetAttributionReportingLocalTestingModeAsync Method

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

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

Parameters

enabled
Type: SystemBoolean
If enabled, noise is suppressed and reports are sent immediately.

Return Value

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