Versions Compared

Key

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

...

argument name

type

optional

value

description

command

string

'setCustomVendors'

parameter

object

CustomVendorsList

CustomVendorsList list holding the custom vendors' properties.

callback

function

✔️

function(message:JSON, success:boolean)

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

...

After the user gives consent, this can be checked for the custom vendors by using the function getCustomVendorsConsent and then setting whatever behaviour should be expected in case of having or not having consent for these vendors.

...