Share your feedback and help shape the Google Mobile Ads SDK roadmap. Take the Google Mobile Ads SDK Annual Survey for 2023 before it closes on May 5th, 2023.

ConsentDebugSettings.DebugGeography

public static abstract @interface ConsentDebugSettings.DebugGeography implements Annotation

Debug values for testing geography.

Constant Summary

int DEBUG_GEOGRAPHY_DISABLED Debug geography disabled.
int DEBUG_GEOGRAPHY_EEA Geography appears as in EEA for debug devices.
int DEBUG_GEOGRAPHY_NOT_EEA Geography appears as not in EEA for debug devices.

Inherited Method Summary

Constants

public static final int DEBUG_GEOGRAPHY_DISABLED

Debug geography disabled.

Constant Value: 0

public static final int DEBUG_GEOGRAPHY_EEA

Geography appears as in EEA for debug devices.

Constant Value: 1

public static final int DEBUG_GEOGRAPHY_NOT_EEA

Geography appears as not in EEA for debug devices.

Constant Value: 2