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


Debug-Werte zum Testen von geografischen Informationen.

Zusammenfassung

Konstanten

static final int

Debug-Geografie für Debug-Geräte deaktiviert.

static final int

Für Debug-Geräte wird der Standort als im EWR angezeigt.

static final int

Dieses Feld wurde eingestellt.

Verwenden Sie DEBUG_GEOGRAPHY_OTHER.

static final int

Die Region, in der sich das Debug-Gerät befindet, scheint keine Verordnungen für Debug-Geräte zu haben.

static final int

Der Standort wird für Debug-Geräte als in einem regulierten US-Bundesstaat angezeigt.

Konstanten

DEBUG_GEOGRAPHY_DISABLED

public static final int DEBUG_GEOGRAPHY_DISABLED = 0

Debug-Geografie für Debug-Geräte deaktiviert.

DEBUG_GEOGRAPHY_EEA

public static final int DEBUG_GEOGRAPHY_EEA = 1

Für Debug-Geräte wird der Standort als im EWR angezeigt.

DEBUG_GEOGRAPHY_NOT_EEA

public static final int DEBUG_GEOGRAPHY_NOT_EEA = 2

Die Region wird für Debug-Geräte nicht als EWR angezeigt.

DEBUG_GEOGRAPHY_OTHER

public static final int DEBUG_GEOGRAPHY_OTHER = 4

Die Region, in der sich das Debug-Gerät befindet, scheint keine Verordnungen für Debug-Geräte zu haben.

DEBUG_GEOGRAPHY_REGULATED_US_STATE

public static final int DEBUG_GEOGRAPHY_REGULATED_US_STATE = 3

Der Standort wird für Debug-Geräte als in einem regulierten US-Bundesstaat angezeigt.