ConsentDebugSettings

public class ConsentDebugSettings


Ustawienia debugowania do zakodowania na stałe w żądaniach testowych w pliku requestConsentInfoUpdate.

Podsumowanie

Typy zagnieżdżone

Konstruktor 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

Wartości debugowania do testowania lokalizacji.

Pola publiczne

final int
final boolean

Metody publiczne

int

Pobiera lokalizację geograficzną do debugowania.

boolean

Zwraca wartość true, jeśli to urządzenie jest urządzeniem testowym.

Pola publiczne

debugGeography

@ConsentDebugSettings.DebugGeography
public final int debugGeography

isTestDevice

public final boolean isTestDevice

Metody publiczne

getDebugGeography

@ConsentDebugSettings.DebugGeography
public int getDebugGeography()

Pobiera lokalizację geograficzną do debugowania.

isTestDevice

public boolean isTestDevice()

Zwraca wartość true, jeśli to urządzenie jest urządzeniem testowym.