ConsentDebugSettings

public class ConsentDebugSettings


Impostazioni di debug da impostare come hardcode nelle richieste di test a requestConsentInfoUpdate.

Riepilogo

Tipi nidificati

Costruttore di 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

Valori di debug per testare la geografia.

Campi pubblici

final int
final boolean

Metodi pubblici

int

Recupera la località di debug.

boolean

Restituisce true se questo dispositivo è un dispositivo di test.

Campi pubblici

debugGeography

@ConsentDebugSettings.DebugGeography
public final int debugGeography

isTestDevice

public final boolean isTestDevice

Metodi pubblici

getDebugGeography

@ConsentDebugSettings.DebugGeography
public int getDebugGeography()

Recupera la località di debug.

isTestDevice

public boolean isTestDevice()

Restituisce true se questo dispositivo è un dispositivo di test.