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 values for testing geography.

Summary

Constants

const Int

Debug geography disabled for debug devices.

const Int

Geography appears as in EEA for debug devices.

const Int

This property is deprecated.

Use DEBUG_GEOGRAPHY_OTHER.

const Int

Geography appears as in a region with no regulation in force for debug device.

const Int

Geography appears as in a regulated US State for debug devices.

Constants

DEBUG_GEOGRAPHY_DISABLED

const val DEBUG_GEOGRAPHY_DISABLED = 0: Int

Debug geography disabled for debug devices.

DEBUG_GEOGRAPHY_EEA

const val DEBUG_GEOGRAPHY_EEA = 1: Int

Geography appears as in EEA for debug devices.

DEBUG_GEOGRAPHY_NOT_EEA

const val DEBUG_GEOGRAPHY_NOT_EEA = 2: Int

Geography appears as not in EEA for debug devices.

DEBUG_GEOGRAPHY_OTHER

const val DEBUG_GEOGRAPHY_OTHER = 4: Int

Geography appears as in a region with no regulation in force for debug device.

DEBUG_GEOGRAPHY_REGULATED_US_STATE

const val DEBUG_GEOGRAPHY_REGULATED_US_STATE = 3: Int

Geography appears as in a regulated US State for debug devices.