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
DBTEAMLOGPlacementRestrictionAustraliaOnlySwift
case australiaOnly = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionEuropeOnlySwift
case europeOnly = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionJapanOnlySwift
case japanOnly = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionNoneSwift
case none = 3 -
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionUkOnlySwift
case ukOnly = 4 -
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionUsS3OnlySwift
case usS3Only = 5 -
(no description).
Declaration
Objective-C
DBTEAMLOGPlacementRestrictionOtherSwift
case other = 6
View on GitHub
DBTEAMLOGPlacementRestrictionTag Enumeration Reference