ConsentDebugSettings

public class ConsentDebugSettings


Debug-Einstellungen, die in Testanfragen an requestConsentInfoUpdate hartcodiert werden sollen.

Zusammenfassung

Verschachtelte Typen

Erbauer von ConsentDebugSettings.

@Retention(value = SOURCE)
@IntDef(value = [DebugGeography.DEBUG_GEOGRAPHY_DISABLED, DebugGeography.DEBUG_GEOGRAPHY_EEA, DebugGeography.DEBUG_GEOGRAPHY_NOT_EEA, DebugGeography.DEBUG_GEOGRAPHY_REGULATED_US_STATE, DebugGeography.DEBUG_GEOGRAPHY_OTHER])
public annotation ConsentDebugSettings.DebugGeography

Debug-Werte zum Testen von geografischen Informationen.

Öffentliche Felder

final int
final boolean

Öffentliche Methoden

int

Ruft die geografische Debug-Information ab.

boolean

Gibt true zurück, wenn es sich bei diesem Gerät um ein Testgerät handelt.

Öffentliche Felder

debugGeography

@ConsentDebugSettings.DebugGeography
public final int debugGeography

isTestDevice

public final boolean isTestDevice

Öffentliche Methoden

getDebugGeography

@ConsentDebugSettings.DebugGeography
public int getDebugGeography()

Ruft die geografische Debug-Information ab.

isTestDevice

public boolean isTestDevice()

Gibt true zurück, wenn es sich bei diesem Gerät um ein Testgerät handelt.