DBTEAMLOGTeamExtensionsPolicyTag
Objective-C
enum DBTEAMLOGTeamExtensionsPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGTeamExtensionsPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGTeamExtensionsPolicyTag
enum type represents the possible tag
states with which the DBTEAMLOGTeamExtensionsPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGTeamExtensionsPolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGTeamExtensionsPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGTeamExtensionsPolicyOther
Swift
case other = 2