Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

argument name

type

optional

value

description

command

string

'removeEventListener'

version

integer

✔️

null|2

The TCF API version to use. Can be null instead.

callback

function

function(success:boolean)

The callback function that is called with the function call result.

parameter

integer

listenerId

The unique ID assigned by the CMP to the registered callback via addEventListener)

Description

An event listener registered with addEventListener returns tcData.listenerId as unique listener id, that can be passed to removeEventListener to remove that listener again.

...