UMPDebugGeography
enum UMPDebugGeography : NSInteger {}Debug values for testing geography.
- 
                  
                  < Disable geography debugging. DeclarationSwift case disabled = 0Objective-C UMPDebugGeographyDisabled = 0
- 
                  
                  < Geography appears as in EEA for debug devices. DeclarationSwift case EEA = 1Objective-C UMPDebugGeographyEEA = 1
- 
                  
                  < Geography appears as in a regulated US State. DeclarationSwift case regulatedUSState = 3Objective-C UMPDebugGeographyRegulatedUSState = 3
- 
                  
                  < Geography appears as in a region with no regulation in force. DeclarationSwift case other = 4Objective-C UMPDebugGeographyOther = 4
- 
                  
                  Deprecated Deprecated. Use UMPDebugGeographyOther. Undocumented DeclarationSwift case notEEA = 2Objective-C UMPDebugGeographyNotEEA __attribute__((deprecated("Deprecated. Use UMPDebugGeographyOther."))) = 2