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

Summary

Constants

static final int

Debug geography disabled for debug devices.

static final int

Geography appears as in EEA for debug devices.

static final int

This field is deprecated.

Use DEBUG_GEOGRAPHY_OTHER.

static final int

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

static final int

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

Constants

DEBUG_GEOGRAPHY_DISABLED

public static final int DEBUG_GEOGRAPHY_DISABLED = 0

Debug geography disabled for debug devices.

DEBUG_GEOGRAPHY_EEA

public static final int DEBUG_GEOGRAPHY_EEA = 1

Geography appears as in EEA for debug devices.

DEBUG_GEOGRAPHY_NOT_EEA

public static final int DEBUG_GEOGRAPHY_NOT_EEA = 2

Geography appears as not in EEA for debug devices.

DEBUG_GEOGRAPHY_OTHER

public static final int DEBUG_GEOGRAPHY_OTHER = 4

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

DEBUG_GEOGRAPHY_REGULATED_US_STATE

public static final int DEBUG_GEOGRAPHY_REGULATED_US_STATE = 3

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