Enum ConsentDebugGeography
Geography the UMP SDK should pretend the device is in, so a consent form can be exercised from
outside the region that actually requires it. Mirrors UMP's own DebugGeography.
public enum ConsentDebugGeography
Fields
Disabled = 0No override — UMP uses the device's real location.
EEA = 1European Economic Area (and UK) — the GDPR/TCF consent form.
Other = 3A region with no consent requirement.
RegulatedUSState = 2A US state with its own privacy regulation.