Table of Contents

Class InterestGroupReportingScriptRunnerGlobalScope

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("InterestGroupReportingScriptRunnerGlobalScope")]
public class InterestGroupReportingScriptRunnerGlobalScope : InterestGroupScriptRunnerGlobalScope
Inheritance
InterestGroupReportingScriptRunnerGlobalScope
Inherited Members

Constructors

InterestGroupReportingScriptRunnerGlobalScope()

public InterestGroupReportingScriptRunnerGlobalScope()

Methods

RegisterAdBeacon(Dictionary<string, string>)

[Value("registerAdBeacon")]
public GlobalObject.Undefined RegisterAdBeacon(Dictionary<string, string> map)

Parameters

map Dictionary<string, string>

Returns

GlobalObject.Undefined

RegisterAdMacro(string, string)

[Value("registerAdMacro")]
public GlobalObject.Undefined RegisterAdMacro(string name, string value)

Parameters

name string
value string

Returns

GlobalObject.Undefined

SendReportTo(string)

[Value("sendReportTo")]
public GlobalObject.Undefined SendReportTo(string url)

Parameters

url string

Returns

GlobalObject.Undefined