ConsentDebugSettings.DebugGeography

@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


Valores de depuración para probar la geografía.

Resumen

Constantes

static final int

Se inhabilitó la geografía de depuración para los dispositivos de depuración.

static final int

La ubicación geográfica aparece como EEA para los dispositivos de depuración.

static final int

Este campo dejó de estar disponible.

Utiliza DEBUG_GEOGRAPHY_OTHER.

static final int

La ubicación geográfica aparece como una región sin una reglamentación vigente para el dispositivo de depuración.

static final int

La ubicación geográfica aparece como un estado regulado de EE.UU. para los dispositivos de depuración.

Constantes

DEBUG_GEOGRAPHY_DISABLED

public static final int DEBUG_GEOGRAPHY_DISABLED = 0

Se inhabilitó la geografía de depuración para los dispositivos de depuración.

DEBUG_GEOGRAPHY_EEA

public static final int DEBUG_GEOGRAPHY_EEA = 1

La ubicación geográfica aparece como EEA para los dispositivos de depuración.

DEBUG_GEOGRAPHY_NOT_EEA

public static final int DEBUG_GEOGRAPHY_NOT_EEA = 2

La ubicación geográfica aparece como no perteneciente al EEE para los dispositivos de depuración.

DEBUG_GEOGRAPHY_OTHER

public static final int DEBUG_GEOGRAPHY_OTHER = 4

La ubicación geográfica aparece como una región sin una reglamentación vigente para el dispositivo de depuración.

DEBUG_GEOGRAPHY_REGULATED_US_STATE

public static final int DEBUG_GEOGRAPHY_REGULATED_US_STATE = 3

La ubicación geográfica aparece como un estado regulado de EE.UU. para los dispositivos de depuración.