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