UATagType Constants Reference
Declared in | UATagUtils.h |
UATagType
Autogenerate a set of tags with the following flags.
Definition
typedef NS_OPTIONS(NSInteger, UATagType ) {
UATagTypeTimeZone = 1 < < 0,
UATagTypeTimeZoneAbbreviation = 1 < < 1,
UATagTypeLanguage = 1 < < 2,
UATagTypeCountry = 1 < < 3,
UATagTypeDeviceType = 1 < < 4,
};
Constants
UATagTypeTimeZone
-
Full Time Zone: “America/Los_Angeles”
Declared In
UATagUtils.h
. UATagTypeTimeZoneAbbreviation
-
Abbreviated Time Zone: “PST” Note: Contains DST info and abbreviations may conflict with other time zones.
Declared In
UATagUtils.h
. UATagTypeLanguage
-
Language Code, with prefix: “language_en”
Declared In
UATagUtils.h
. UATagTypeCountry
-
Country Code, with prefix: “country_us”
Declared In
UATagUtils.h
. UATagTypeDeviceType
-
Device type: iPhone, iPad or iPod
Declared In
UATagUtils.h
.
Declared In
UATagUtils.h