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 |
This constant is deprecated.
Use DEBUG_GEOGRAPHY_OTHER .
|
int | DEBUG_GEOGRAPHY_OTHER | Geography appears as in a region with no regulation in force. |
int | DEBUG_GEOGRAPHY_REGULATED_US_STATE | Geography appears as in a regulated US State 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
This constant is deprecated.
Use DEBUG_GEOGRAPHY_OTHER
.
Geography appears as not in EEA for debug devices.
Constant Value:
2
public static final int DEBUG_GEOGRAPHY_OTHER
Geography appears as in a region with no regulation in force.
Constant Value:
4
public static final int DEBUG_GEOGRAPHY_REGULATED_US_STATE
Geography appears as in a regulated US State for debug devices.
Constant Value:
3