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])
annotation ConsentDebugSettings.DebugGeography


Debug-Werte zum Testen von geografischen Informationen.

Zusammenfassung

Konstanten

const Int

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

const Int

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

const Int

Diese Property wird nicht mehr unterstützt.

Verwenden Sie DEBUG_GEOGRAPHY_OTHER.

const Int

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

const Int

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

Konstanten

DEBUG_GEOGRAPHY_DISABLED

const val DEBUG_GEOGRAPHY_DISABLED = 0: Int

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

DEBUG_GEOGRAPHY_EEA

const val DEBUG_GEOGRAPHY_EEA = 1: Int

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

DEBUG_GEOGRAPHY_NOT_EEA

const val DEBUG_GEOGRAPHY_NOT_EEA = 2: Int

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

DEBUG_GEOGRAPHY_OTHER

const val DEBUG_GEOGRAPHY_OTHER = 4: Int

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

const val DEBUG_GEOGRAPHY_REGULATED_US_STATE = 3: Int

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