Skip to content

XMediator::Api::CMPDebugSettings

Settings to debug the CMP integration. ConsentInformation, InitSettings, XMediatorSdk.SetConsentInformation

Public Functions

Name
CMPDebugSettings(CMPDebugGeography? debugGeography =null)
Creates a new CMPDebugSettings instance.
override bool Equals(object obj)
override int GetHashCode()
override string ToString()

Protected Functions

Name
bool Equals(CMPDebugSettings other)

Public Properties

Name
CMPDebugGeography? DebugGeography

Public Functions Documentation

function CMPDebugSettings

CMPDebugSettings(
    CMPDebugGeography? debugGeography =null
)

Creates a new CMPDebugSettings instance.

Parameters:

  • debugGeography Defines the debug geography for the CMP.

function Equals

override bool Equals(
    object obj
)

function GetHashCode

override int GetHashCode()

function ToString

override string ToString()

Protected Functions Documentation

function Equals

bool Equals(
    CMPDebugSettings other
)

Public Property Documentation

property DebugGeography

CMPDebugGeography? DebugGeography;

Updated on 2024-11-07 at 18:31:49 +0000