DBTEAMLOGPlacementRestrictionTag
Objective-C
enum DBTEAMLOGPlacementRestrictionTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGPlacementRestrictionTag : Int, @unchecked Sendable
The DBTEAMLOGPlacementRestrictionTag
enum type represents the possible tag
states with which the DBTEAMLOGPlacementRestriction
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionAustraliaOnly
Swift
case australiaOnly = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionEuropeOnly
Swift
case europeOnly = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionJapanOnly
Swift
case japanOnly = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionNone
Swift
case none = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionUkOnly
Swift
case ukOnly = 4
-
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionUsS3Only
Swift
case usS3Only = 5
-
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionOther
Swift
case other = 6